|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Solaris The Solaris Operating System, usually known simply as Solaris, is a Unix-based operating system introduced by Sun Microsystems. The Solaris OS is now owned by Oracle. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
[solved]Config/enable_mapping missing, how to add?
[EDIT]Issue resolved by upgrading from solaris 11 to solaris 11.1[/EDIT] I would like to enable network mapping. While using instructions from: https://blogs.oracle.com/VDIpier/ent...g_the_hostname To change my hostname I noticed I am missing the enable mapping bool. What it should look like Code:
root@solaris:~# svccfg -s system/identity:node listprop config config application config/enable_mapping boolean true config/nodename astring solaris config/loopback astring solaris What I have Code:
root@solaris:~# svccfg -s system/identity:node listprop config config application config/nodename astring solaris config/loopback astring solaris config/enable_mapping seems to be missing, I tried to add it using Code:
root@solaris:~# svccfg -s system/identity:node setprop config/enable_mapping="true" as well as variations (no parenthesis, use 1 instead of true). But its giving me an error saying it needs to know the type. Adding bool or booleon before it gives unknown command error, adding bool or booleon after gives a different error (IIRC that true or 1 are not a bool), and using help or man provides no useful info. So, anyone knows what is the proper syntex in order to add config/enable_mapping? Last edited by taltamir; 03-15-2013 at 02:59 PM.. |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [solved] Group sysadmin missing | Junaid Subhani | Solaris | 1 | 10-25-2012 09:54 AM |
| [Solved: Missing A Record] DNS issue | Duffs22 | Red Hat | 2 | 10-15-2012 12:09 PM |
| [Solved] missing date in unix | rabindratech | Shell Programming and Scripting | 10 | 10-02-2012 10:41 AM |
| [Solved] Get username, etc. from config file | vanessafan99 | Shell Programming and Scripting | 0 | 01-01-2012 04:54 AM |
| [SOLVED] mysql.sock is missing.. | senkerth | UNIX for Dummies Questions & Answers | 19 | 12-20-2010 06:06 AM |
|
|