Compaq Tru64 UNIX: Setting up Standard File Systems

The following table shows the variables and their corresponding values. Variables in Standard File Systems   Variable Description <diskname> Full path of a disk, for example, /dev/rz11c <rawdiskname> Full path of a raw disk, for example, /dev/rrz11c <disktype> Disk type, for example, rz28 <mountpointname> Full path of a mount point, for example, SAP DB: /sapdb/<SAPSID>/sapdata1

Compaq Tru64 UNIX: Setting up Standard File Systems Read More »

How to check and install missing perl modules

Check if module is installed. Errors mean missing module. # perl -MModule::Name -e 1 See documentation of the module if installed. # perldoc Module::Name Open CPAN shell # perl -MCPAN -e shell To reconfigure the shell if needed. cpan>o conf init Install an available module. cpan> install HTML::Template You can run the Perl CPAN module

How to check and install missing perl modules Read More »

Scroll to Top