Sponsored Content
Operating Systems Linux Red Hat Create an unconfigured VMware host from a template that is set to do firstboot --reconfig Post 302945853 by os2mac on Wednesday 3rd of June 2015 08:35:07 PM
Old 06-03-2015
Linux Create an unconfigured VMware host from a template that is set to do firstboot --reconfig

I have an Oracle Linux 7.1 vsphere host built. It's be preconfigured with our security configurations.

What I would like to do is unconfigure this host. Then set the host to do firstboot --reconfigure.

how do I do that using /etc/sysconfig/firstboot?

I've tried setting

Code:
 RUN_FIRSTBOOT=RECONFIG

in /etc/sysconfig/firstboot

then doing:

Code:
systemctl enable firstboot-graphical.service

but this just brings up the ULNconfig options.

anyone got any ideas?

NOTE: to anyone not aware, Oracle LINUX is really just a rebranded Red Hat.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

create users from template

Create users from template file (0 Replies)
Discussion started by: rijeshpp
0 Replies

2. Solaris

Solaris on Vmware host of vista

Hi I am planning to install solaris as a virtual machine on vista as host os. My requirements are I want to access virtual machine from vista using putty. So how to assign static ip to virtual machine ? In future i might have to virtual machines so i want communication between them as... (3 Replies)
Discussion started by: ankurk
3 Replies

3. Solaris

Connectivity between Solaris 10 in VMWare and windows Host

I have installed Open Solaris 10 on VMware which is hosted on Windows XP, my PC. I would like to have a connection between Solaris and Windows, so that i can SSH/Telnet from windows to Solaris. I don't have any Internet connection. Please help me with the network connection settings i have to... (3 Replies)
Discussion started by: mailsachin245
3 Replies

4. Red Hat

can't ping to my VMWare CentOs after seting host name

Im using CentOs 5.5 , i tried to change the host name to be for example my_server_1 , according to the web i changed the /etc/sysconf/network to look like this : NETWORKING=yes NETWORKING_IPV6=no #HOSTNAME=localhost.localdomain HOSTNAME=my_server_1 and changed the hosts file to look like this... (1 Reply)
Discussion started by: umen
1 Replies

5. AIX

AIX Server - Need to set up VMWare

Hi experts, We are faced with a dilemma - we have a AIX server for educational purposes. We had some Oracle applications running on them. The management decided not to extend the warranty, so we are left with a server that we cannot upgrade immediately. I was wondering if we could set up... (2 Replies)
Discussion started by: ranj@chn
2 Replies

6. Programming

Perl script to create latex template.

Hi, I have XML file and I extracted some tags and stored in hash, my data as look like this $var1={ 'stud.xml'={ '24'=>'<address> <streetname="xxxx"/> <housenum="138"/"> ... (9 Replies)
Discussion started by: veerubiji
9 Replies

7. Shell Programming and Scripting

Script to create EVIM template with SAS extension

I write lots of SAS programs and would like to create a script that allows me to have a template each time I create a new program file. Specs: I use EVIM for my editor. I run SAS in batch mode. We use RedHat 6. I don't use c shell. I want a script that will do the following: >... (3 Replies)
Discussion started by: starbecks
3 Replies

8. UNIX and Linux Applications

Help with Install KVM and Create Virtual Machines VMWare In PC

Help with Install KVM and Create Virtual Machines VMWare In PC. I want to lean KVM bios Logical Volume Management by KVM and other problem fix remotely.So,I want to practice on my PC.It,s Possible then how? Thank you (0 Replies)
Discussion started by: domaingood
0 Replies

9. Shell Programming and Scripting

Bash/awk and for loop to create a template

Source File: google.cz http://czechrepublic.google.com/ http://czechrepublic.google.cz http://czechrepublic.google.com/ http://brno.google.cz http://brno.google.com/ Fail Code root@arisvm ~/g] $ cat trya rm -f ss for i in a.txt do #b=`cat $i|awk '{print $1}'` #c=`cat $i|awk '{print... (4 Replies)
Discussion started by: invinzin21
4 Replies

10. Solaris

Creating a VMware template

Hello, I am creating a Solaris 11 template on my ESXI host. I would like each VM that is deployed from the template to have its own unique host fingerprint. With Linux, I simply delete host keys, which causes new keys to be generated at bootup (new VM deployment) Is there a way to do this... (1 Reply)
Discussion started by: firefoxx04
1 Replies
cfgmgr(8)						      System Manager's Manual							 cfgmgr(8)

NAME
cfgmgr - Configuration management server SYNOPSIS
/sbin/cfgmgr DESCRIPTION
The cfgmgr configuration management server works with the kernel load server (kloadsrv) daemon to manage the subsystems that are dynami- cally configurable, loadable, or both. The cfgmgr server starts up automatically when a client (such as the sysconfig command) makes a con- figuration management request. Examples of configuration management requests are requests to configure, reconfigure, query, or unconfig- ure a subsystem. The cfgmgr server allows query operations from any superuser (root login), local or remote. The superuser on the local system is also allowed to configure, reconfigure, or unconfigure local kernel subsystems. Remote access to the kernel subsystem configuration is allowed through the /etc/cfgmgr.auth file. System administrators working on hosts listed in that file can also configure, reconfigure, or uncon- figure local kernel subsystems. If the /etc/cfgmgr.auth file does not exist or is empty, no remote users are allowed to configure, recon- figure, or unconfigure local kernel subsystems. If you use the sysconfig -v command, the cfgmgr server displays debugging information to the /dev/console screen. See the sysconfig(8) ref- erence page for more information about the -v flag. RELATED INFORMATION
Commands: sysconfig(8), sysconfigdb(8), kloadsrv(8) Files: cfgmgr.auth(4) delim off cfgmgr(8)
All times are GMT -4. The time now is 12:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy