Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to add swap space in Sun Server?

Answers were Sorted based on User's Feedback



How to add swap space in Sun Server?..

Answer / juganveer khosa

make a slice (using format utility),or make a file on
existing file system (using mkfile command) of required
size.
then add this to swap using
swap -a /dewv/dsk/c#t#d#s# or file path
also make entry in /etc/vfsab to add it permanent
verify it by using
swap -l
swap -s

Is This Answer Correct ?    29 Yes 1 No

How to add swap space in Sun Server?..

Answer / suresh kumar.g

using format command we can do but,using mkfile also...i.e

#mkfile 100m /opt/swap

then created one file add this file to swap i.e.....

#swap -a /opt/swap..............

Is This Answer Correct ?    15 Yes 2 No

How to add swap space in Sun Server?..

Answer / prashant raut

There are two ways to add swap in Sun Server(i.e. Sun
Solaris) as below;

1. Make a partion at availbale free disk of required swap
size and then make an entry in /etc/vfstab file. After that
run the command #swapadd /dev/dsk/cXtXdXsX or give the
reconfiguration reboot to the Server.

2. Instead of making partion you can create make a file of
required swap size with the help of #mkfile <size>
<filename> command and after that make an entry
in /etc/vfstab and follow rest of steps mention in point
one.

Is This Answer Correct ?    7 Yes 0 No

How to add swap space in Sun Server?..

Answer / solaris admin

we can add swap space in teo ways.
1.swap slice
2.swap file
both by using command swap -a

Is This Answer Correct ?    5 Yes 0 No

How to add swap space in Sun Server?..

Answer / mdmehtab

in swaping process i.e.
a=b
b=c
c=a
using format command we can do but,using mkfile also

#mkfile 100m /opt/swap

then created one file add this file to swap i.e

#swap -a /opt/swap

Is This Answer Correct ?    5 Yes 1 No

How to add swap space in Sun Server?..

Answer / s ramesh reddy

first we can make file using below command
#mkfile <filesize> <filename>
Ex:- mkfile 100m file1
checking the file using bellow command
#ls -l
adding make file to swap space
#swap -a /file1 **here file1 is already make

#swap -l this is for swap management
#swap -s this is for status of swap.
After adding into the particular place in hard device
#swap -a /dev/dsk/c#t#d#s#

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Solaris Commands Interview Questions

How ill you create a subdisk and plexus

1 Answers  


how can system identify run level at boot time?

5 Answers   Accenture,


what is differnce between boot -s and boot -S ?

3 Answers  


How will you ad new aliases name

1 Answers  


How can you boot the system in single user mode? other than #boot CDROM/net -s

4 Answers   ITC Infotech,


how to now the network speed, whether it is a full duplex or half duplex? and what is full duplex and half duplex

3 Answers   Thomson Reuters,


how do u configure the disk

5 Answers  


how many run level in solaris?

19 Answers   HP,


What are the differences between the command line and graphical user interface?

0 Answers  


how to search hide files

14 Answers   TCS,


There are two nic cards on a sun server. I need to connect one nic to pupic ip and another nic to DMZ. Could you tell me how to configure step by step?

0 Answers   Infosys,


What is default permission of /etc/passwd , /etc/shadow files

7 Answers   Accel Frontline,


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)