VMware

This Question is Possibly Answered

1 "correct" answer available (10 pts) 1 "helpful" answer available (6 pts)
1 ... 27 28 29 30 31 ... 38 Previous Next 558 Replies Last post: Mar 11, 2010 2:01 AM by andystapley   Go to original post
Click to view Zsoldier's profile Hot Shot 90 posts since
Sep 22, 2006
Thanks. Another question. I'm getting prompted for an installation method for some reason. Any ideas why? I tried HTTP, but seems I run into this weird bug. It looks like it adds an extra "/" after the directory specified. See attached screenshots.
Attachments:
Click to view Zsoldier's profile Hot Shot 90 posts since
Sep 22, 2006
Nevermind, I'm a moron, it was a problem w/ my nic mounting eth0 vs. eth1. Didn't catch that.
Click to view Zsoldier's profile Hot Shot 90 posts since
Sep 22, 2006
ok, that doesn't seem to be the issue either. I'm stuck. ?:|

Re: ESX deployment appliance v0.90

424. Jun 25, 2009 11:48 AM in response to: brugh
Click to view KyleWeir's profile Novice 12 posts since
Oct 23, 2007

Brugh/All,

I'm still having problems were the default vmkernel gateway it looks like it adds the gateway from the console, but when I go into the gui it's not there. Also I'm having a problem where I have a "VM Network" port group which I have set to go to vSwitch1, but it keeps ending up in vSwitch0 instead. Below is my script.

  1. Setup admin acct
grep ^admins: /etc/group > /dev/null || groupadd admins
grep ^%admins /etc/sudoers > /dev/null || echo %admins ALL = NOPASSWD: ALL >> /etc/sudoers
useradd esxadmin
echo XXXX| passwd --stdin esxadmin
usermod -G admins esxadmin

  1. Add addition nic to vSwitch0
esxcfg-vswitch -L vmnic1 vSwitch0

  1. Add additional nic to vSwitch1
esxcfg-vswitch -a vSwitch1
esxcfg-vswitch -L vmnic2 vSwitch1
esxcfg-vswitch -L vmnic3 vSwitch1

  1. Set vlan information for service ports
  2. esxcfg-vswitch vSwitch0 -p "Service Console"

  1. create Standard VM PortGroups
esxcfg-vswitch -A 'Server VLAN' vSwitch1

esxcfg-vswitch -A 'DMZ_public' vSwitch1
esxcfg-vswitch -v 6 -p 'DMZ_public' vSwitch1

esxcfg-vswitch -A 'DMZ_private' vSwitch1
esxcfg-vswitch -v 5 -p 'DMZ_private' vSwitch1

esxcfg-vswitch -A 'Tyler-Network' vSwitch1
esxcfg-vswitch -v 11 -p 'Tyler-Network' vSwitch1

esxcfg-vswitch -A 'CODY-Secure-Network-Restricted' vSwitch1
esxcfg-vswitch -v 40 -p 'CODY-Secure-Network-Restricted' vSwitch1

esxcfg-vswitch -A 'VM Network' vSwitch1
esxcfg-vswitch -v 210 -p 'VM Network' vSwitch1

  1. create the VMotion portgroup & set default gw
esxcfg-vswitch -A VMkernel vSwitch0
esxcfg-vswitch -v 0 -p 'VMkernel' vSwitch0
esxcfg-route 172.19.80.1
  1. Dont edit the next line! check ks link in table of ESX hosts for output
esxcfg-vmknic -a VMkernel -i ###HOSTIP### -n 255.255.255.0
  1. enable VMotion
service mgmt-vmware restart
sleep 5
while ; do
sleep 5
echo Waiting for hostd to accept connections..
done
vimsh -n -e "hostsvc/vmotion/vnic_set vmk0"

  1. Allow ROOT access using SSH
sed -e 's/PermitRootLogin no/PermitRootLogin yes/' /etc/ssh/sshd_config > /etc/ssh/sshd_config.new
mv -f /etc/ssh/sshd_config.new /etc/ssh/sshd_config
service sshd restart

mv /etc/ntpd.conf /etc/ntpd.conf.bak
mv /etc/ntpd/step-tickers /etc/ntpd/step-tickers.bak
echo "1.north-america.pool.ntp.org" > /etc/ntp/step-tickers
echo "pool.ntp.org" >> /etc/ntp/step-tickers
echo "restrict 127.0.0.1" > /etc/ntp.conf
echo "restrict default kod nomodify notrap" >> /etc/ntp.conf
echo "server 1.north-america.pool.ntp.org" >> /etc/ntp.conf
echo "server pool.ntp.org" >> /etc/ntp.conf
echo "driftfile /var/lib/ntp/drift" >> /etc/ntp.conf
esxcfg-firewall -e ntpClient
service ntpd restart
chkconfig --level 345 ntpd on
hwclock --systohc

vimsh -n -e "hostsvc/advopt/update LVM.DisallowSnapshotLun int 0"

vimsh -n -e "hostsvc/storage/hba_rescan vmhba1"
vimsh -n -e "hostsvc/storage/hba_rescan vmhba2"

sleep 5

cd /vmfs/volumes/ISO-SoftwareRepository/hpmgmt/825
./install825vibs.sh --silent --inputfile hpmgmt.conf

Re: ESX deployment appliance v0.90

425. Jun 26, 2009 6:15 AM in response to: brugh
Click to view SSOVMWARE's profile Novice 5 posts since
Nov 26, 2008

Hi Herco,

How are you?

I attached the ESX4 ISO. But it screwed my appliance when I "Import PXE Boot files".

ESX3.5 works perfectly. I deployed a dozen of servers in no time.

EDA is great!! You are doing a good job.

Thanks,

Jim Hillebrand

Click to view Zsoldier's profile Hot Shot 90 posts since
Sep 22, 2006
After putzing with it for a little while finally determined that I had to use eth4... <sigh> I think this is the only box that is configured weird.

Re: ESX deployment appliance v0.90

427. Jul 1, 2009 8:34 AM in response to: brugh
Click to view solgae's profile Enthusiast 41 posts since
Apr 8, 2007
This is the ks file generated. I created this for installing ESX in VMware Workstation.
Attachments:

Re: ESX deployment appliance v0.90

428. Jul 9, 2009 6:46 AM in response to: brugh
Click to view NathanEly's profile Novice 15 posts since
Jun 7, 2006

Hello,

I plan to run the deployment appliance from my ESX host to image up other blades in my chassis. Currently running 3.5 U4. I tried importing the OVF (v.90), and I'm getting an error " The hardware family of the OVF package is not supported: vmx-07" I'm assuming that's because it needs virtual hardware version 7 (vSphere) in order to run? If so, can you make the previous version available?

Thanks

-Nate


Re: ESX deployment appliance v0.90

429. Jul 12, 2009 6:18 AM in response to: NathanEly
Click to view davismisbehavis's profile Enthusiast 76 posts since
Jan 13, 2007

I'm trying to import the new EDA V0.90 appliance onto an ESX4i host but am getting an error regarding the VirtualCDrom (See attached screenshot)

Is this related to the VirtualCDrom within the EDA appliance or is this complaining about something in my ESX 4i box

Attachments:

Re: ESX deployment appliance v0.90

430. Jul 17, 2009 11:56 AM in response to: brugh
Click to view Zsoldier's profile Hot Shot 90 posts since
Sep 22, 2006
Question for ya. Is there a method to increase the Service Console memory allocation via the kickstart script or as an option prior to the kickstart script? I'm able to get it to change it through vimsh, but the box doesn't reboot automatically to commit that change.

Re: ESX deployment appliance v0.90

431. Jul 17, 2009 12:00 PM in response to: Zsoldier
Click to view rock0n's profile Expert 349 posts since
Sep 25, 2006
Vielen Dank für Ihre E-Mail

ich habe heute nur eingeschränkten Zugang zu meinen E-Mails.
Ihre Anfrage wird nicht weitergeleitet.
In dringenden Fällen wenden Sie sich bitte direkt an:

professionalservices@techdata.de

Mit freundlichen Grüßen
Raiko Mesterheide

DISCLAIMER:

Tech Data GmbH & Co. OHG, Sitz der Gesellschaft ist München, Amtsgericht München HRA 81177, WEEE-Reg.-Nr.: DE57403598; Gesellschafter: Sitz der Gesellschafter ist München; Tech Data Deutschland GmbH, Amtsgericht München HRB 81681, Geschäftsführer: Simone Frömming, Johannes Nussbickel, Günter Schiessl; Tech Data Midrange GmbH, Amtsgericht München HRB 90433, Geschäftsführer: Marc Müller, Johannes Nussbickel; Tech Data Information Technology GmbH, Amtsgericht München HRB 87050, Geschäftsführer: Gerald Langheck

VMware Beta Programs

Want to be Considered for Future Beta Programs?

Learn More

VMware Developer

Download SDKs, APIs, videos,
training, and more in the Developer community.

Learn More

Developer
Sample Code

Increase your developer productivity with VMware API sample code.

Learn More

VMworld
Sessions & Labs

Online access to the latest VMworld Sessions & Labs and online services.

Learn more

Purchase PSO Credits Online

Purchase credits to redeem training and consulting services online.

Buy Now

Community Hardware Software

View reported configurations or report your own.

Learn More

Only VMware ... Delivers Nexus 1000V

Ensure consistent, policy-based network capabilities to virtual machines across your data center.

Learn More

Communities