search for: unconfigation

Displaying 13 results from an estimated 13 matches for "unconfigation".

Did you mean: configation
2008 Jul 28
0
sys-unconfig
Does sys-unconfig work as advertised in 4.x? Meaning that if I have a fully configured box on my internal net and run sys-unconfig, will I be able to power up the node on a totally different network and have things work providing I answer the questions properly. Most typically this will mean taking a box that is using NIS in DNS domain A, NIS domain B, and static IP addr and move it to DNS
2006 Oct 31
0
6390248 RFE: speed up sys-unconfig when cloning a zone
Author: gjelinek Repository: /hg/zfs-crypto/gate Revision: b6e8d14262c0face100cf3358196bb87aa8cc5b4 Log message: 6390248 RFE: speed up sys-unconfig when cloning a zone Files: update: usr/src/cmd/zoneadm/zoneadm.c
2001 Dec 04
1
server renaming problems
Good Morning, I have a Sun E220R I am building as a replacement for an Ultra2. The OS is Solaris 2.7, samba version is 2.2.2. As a test box I named the E220R 'tiamat'. The older U2 is 'terra'. Tiamat had samba running happily on it. Last night I tested the switch over by using /usr/sbin/sys-unconfig on tiamat. This strips the system id, hostname, IP address. I then reconfigured
2012 Aug 03
1
Virtual appliance - initial setup
Dear everyone, I'm creating a virtual appliance based on CentOS 6.3 that will be packaged as OVF. Is anyone aware of an existing solution for post-deployment configuration (hostname, network settings and root password as a minimum) other than editing config files by hand - I'd like the process to be more user friendly than that if possible. Ideally it should be
2007 Jan 30
1
unable to boot zone
I''m unable to boot a zone after I did a sys-unconfig, how do I recover? GLOBAL ZONE: --------------------------- dmpk14a603# zoneadm list -cv ID NAME STATUS PATH 0 global running / 1 snitch-zone02 running /snitch-zone02 4 snitch-zone04 down /snitch-zone04 dmpk14a603# zoneadm -z snitch-zone04 boot zoneadm: zone
2002 Jul 15
10
Patch: Solaris packages don't create privsep user or group
Hi. Solaris packages created by buildpkg.sh don't create privsep user or group and sshd won't start until they are created (or privsep is disabled): ## Executing postinstall script. starting /usr/local/sbin/sshd... Privilege separation user sshd does not exist /etc/init.d/opensshd: Error 255 starting /usr/local/sbin/sshd... bailing. The attached patch (against -cvs) ports the relevant
2006 Jan 17
1
unconfig'ing a machine
The sys-unconfig script does not really work as advertised. For one thing it doesn't change the hostname. Is there an documentation about how to do the following: - Change the hostname, IP, networking etc for a currently networked machine - Change the hostname, IP, networking etc for a currently non-networked machine - Turn a networked machine into a non-networked machine. On a
2010 Jan 10
3
Cloned Centos Boxes - First Run to run again?
I need to build a bank of 12 centos boxes, for an experiment I'm doing. I don't want to install centos 12 times, I'm using virtual box across three machines, how can I get the first run scripts to run again to that the box is reconfigured on it's next boot. I want each box to appear like a fresh unique install.
2007 Aug 05
4
Sangoma PRI
Hi, I have a client who has a system with a Sangoma 1 port PRI card with echo canceling in it. For some reason, when the system comes up the PRI will stay up for about 4-5 hours, then drop. "zap show status" shows everything as ok, but we can't make or receive any calls until the system is rebooted. Just restarting asterisk does not fix the problem. I am going to call
2004 Nov 27
3
/etc/shorewall/masq
In /etc/shorewall/masq I have: eth0 eth1 eth0 vmnet1 eth0 vmnet8 ------------- eth0 is my default route to the Linksys router connected to the cable modem. eth1 is my connection to 192.168.1 subnet and it is the gateway for all other machines on this subnet. My routing table is: # netstat -nr Kernel IP routing table Destination
2007 Jan 23
19
IPv4 configuration for Solaris guest domains
I''d like to enhance Solaris network configuration slightly to allow guest domain IPv4 details to be passed from the domain building control tools through to the relevant components in Solaris (svc:/network/physical and uts/common/fs/nfs/nfs_dlinet.c). Attached is a proposal, roughly in the form of a fasttrack. Diffs for a prototype are at:
2010 Mar 27
16
zpool split problem?
Zpool split is a wonderful feature and it seems to work well, and the choice of which disk got which name was perfect! But there seems to be an odd anomaly (at least with b132) . Started with c0t1d0s0 running b132 (root pool is called rpool) Attached c0t0d0s0 and waited for it to resilver Rebooted from c0t0d0s0 zpool split rpool spool Rebooted from c0t0d0s0, both rpool and spool were mounted
2017 Aug 31
2
The issue about code coverage for libguestfs
Hi, I tried to do code coverage testing for libguestfs with gcov. The steps are shown as follows: 1. Download and install the source package(libguestfs-1.36.5-1.el7.src.rpm) 2. Modify libguestfs.spec file #diff -u libguestfs.spec libguestfs.spec.modify --------------------------------------------------------------------------------------- --- libguestfs.spec 2017-08-29 02:44:35.623751541 -0400