![]() |
|
Search:
Advanced search
|
Browse by category:
|
Glossary |
|
Showing: 1-7 of 7
Questions
|
||||
|
How to extend vxfs filesystem with Online JFS?
The example illustrate an extend of 600 mb to an existing filesystem utilising Online JFS.
lvextend -L 600 /dev/vg01/rlvol1
then
fsadm -F...
|
||||
|
||||
|
How to set large file parameter?
You can set large file parameter on filesystem by the following command:
fsadm -o largefiles /mount-point
|
||||
|
||||
|
How do I reset the LAN console from my ssh or telnet shell?
See - How do I reset the GSP via command line?
Or click here
|
||||
|
||||
|
How do I reset the GSP via command line?
At the command line prompt type:
prompt# stty +resetGSP < /dev/GSPdiag1
GSP reset succeeded.
|
||||
|
||||
|
How to I edit my crontab?
Type:
crontab -e
This allow you to edit your own crontab.
Path to crontab /var/spool/cron/crontabs
|
||||
|
||||
|
How do I list what is in my crontab?
Type:
crontab -l
This will list what is schedule in your own crontab.
Path to crontab /var/spool/cron/crontabs
|
||||
|
||||
|
How do I preview an installation?
By utilizing swinstall to preview installation
swinstall -p -s -x patch_match_target=true -x autoreboot=true
Example:
swinstall...
|
||||
|
||||