1835661 Members
2796 Online
110082 Solutions
New Discussion

Invalid system name

 
SOLVED
Go to solution
Simon R Wootton
Regular Advisor

Invalid system name

I've gone to config a network card, but I'm presented with the error 'Invalid System Name'. When trying to give the system a name, it keeps erroring with the above message. What can I do, I presume I can name the system by editting a file somewhere ? I need to be able to get to config my network cards !
5 REPLIES 5
Sajid_1
Honored Contributor
Solution

Re: Invalid system name

hello,

Run /sbin/set_parms command to change the hostname of the system. Then restart the system and configure you network card using SAM. The file which you are talking is /etc/rc.config.d/netconf file. You can even edit this file to make changes.

gl,
learn unix ..
Stefan Farrelly
Honored Contributor

Re: Invalid system name

To change your system name you run;

set_parms hostname

And afterwards I think it will ask for a reboot.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Uday_S_Ankolekar
Honored Contributor

Re: Invalid system name

Hello,

/etc/rc.config.d/netconf file has all the informations you needed.
In this file you can configure hostname , ip-address, default gateway etc..

This file is self explainatory..

Goodluck,
-USA..
Good Luck..
Fragon
Trusted Contributor

Re: Invalid system name

If you are family with /etc/rc.config.d/netconf, you can edit this file directly! Both set_parms and SAM edit this file too. After editing, reboot the system and all will take effect!
BTW, you can use
#man hostname
to learn how to get valid system name.

Good luck!

Live as you wish!
-Gerald-
Bill McNAMARA_1
Honored Contributor

Re: Invalid system name

you're not trying to enter invalid characters into the name are you?
hostname must be 8 characters, alphanumberic.

As well as the netconf, verify what's in /etc/hosts also..
It works for me (tm)