how to add swap space?
Answers were Sorted based on User's Feedback
Answer / stratovarius
For swap slice:
1.mkfile <size of swap file> <location of swap file>
eg:#mkfile 512m /data2/swapfile -->where /datat2 is a
precarted directory and swapfile is the swapfile
automaticaly created.
2.swap - a /location_ofswap_file
#swap -a /data2/swapfile
For swap partition:
1.Create partition using format command. eg: c1d0s4
2.swap -a /dev/dsk/c*t*d*s*
#swap -a /dev/dsk/c1d0s4
| Is This Answer Correct ? | 16 Yes | 0 No |
what are soft links and hard links, and differentiate them.
Explain sar commands.?
What is the procedure to do kernel patching?
Compare and contrast VCS and Sun Cluster.
In a two node cluster i have typed #hastart command in one node.The cluster is starting in second node also,what is going in background?
what r the configuration files for rlogin and ssh
why u can't go for windows& why u chosen UNIX
what are the deamons for nis server,nis slave,nis client
2 Answers IBM, Satyam, Tech Mahindra,
If ping command is not working then how to check the status of the server..?
How to add a FS in zone?
how to know OS release?
what is sticky bit,setuid setgid and setfacl used for