Converting Shared account to IP based account??

freeva

Member
PartnerNOC
Oct 11, 2001
7
0
301
Is there a quick way to convert shared IP account into IP based account or reverse???
 

haze

Well-Known Member
Dec 21, 2001
1,540
3
318
http://support.cpanel.net/obb/read.php?TID=699

:)
 

freeva

Member
PartnerNOC
Oct 11, 2001
7
0
301
Thanks.. I know how to do it manually. I was hoping cpanel developer could creat a script of some kind inside the WHM. Or perhaps someone has developed some sort of script. With a simple click, you can convert ip to ipless account and reverse.
 

roman

Well-Known Member
PartnerNOC
Feb 13, 2002
56
0
306
I feel that this is an important feature to have automated to switch an ip domain to ipless and an ipless domain back to ip...

Should be done from the Modify An Account in WebHost Manager or a command line script.

Currently the only way to do it automatically is to remove the account and than re-adding it which of course would cause that user to loose all their settings/and home directory.

It should update the nameserver and all associated files (httpd.conf, etc).
 

Robert

Member
Aug 14, 2001
20
0
301
[quote:a4986e5273][i:a4986e5273]Originally posted by roman[/i:a4986e5273]
Currently the only way to do it automatically is to remove the account and than re-adding it which of course would cause that user to loose all their settings/and home directory.
[/quote:a4986e5273]

tar -cvf & tar -xvf are your friends :)

Tar the /home dir of your user and then untar when finished.