http://trentent.blogspot.com/2012/11/iscsi-ipxe-microsoft-iscsi-software.html
1.命令行配置ISCSI。
开启iSCSI server && 设为”automatically” 自动–开机启动。
sc config msiscsi start= auto
net start msiscsi
2.使用iscsi命令行接口连接iSCSI目标、列出有效目标。
iscsicli QAddTargetPortal 192.168.1.31
3.列出目标
iscsicli ListTargets
4.连接目标
iscsicli qlogintarget TargetName
5.确认连接成功
iscsicli reporttargetmappings
6.断开目标
iscsicli logouttarget SESSIONID(如:0xfffffa800626e018-0x4000013700000006)
7.确认断开成功
iscsicli reporttargetmappings
*********************************************************************************************************
Being able to automate disk partitioning, volume creation, and filesystem formatting can be very useful. It is especially handy for imaging processes, e.g. from a WinPE boot disk.
The windows diskpart command can be automated using a simple text file. Unfamiliar with Diskpart? Open Windows Command Processor (cmd.exe) and type:
diskpart
help
If you want help with a specific command, type:
help <command>
Where <command> is the command that you want help with.
To automate diskpart, you simply need to create a text file with your diskpart commands, then call diskpart from your command prompt or script and pass it the name of the text file.
For example, let’s say that you have booted a computer to WinPE, and wish to wipe the local “C:” drive and create a fresh one. To do so, open notepad.exe, then type the following:
select disk 0
clean
create partition primary
assign letter=C
active
format fs=ntfs label=Windows quick
Now save that as WipeC.txt and close Notepad.
Then run it like so:
diskpart.exe /s WipeC.txt
Please note that this example will completely remove the contents of the local Disk 0!
More specifically, it will: wipe all partitions off of Disk 0, create a single primary partition which will occupy the whole disk, assign that partition the drive letter C:, set it as active so that you can boot from it, and then create a volume called “Windows” formatted quickly as NTFS.
http://www.ncsa.illinois.edu/People/jbasney/pki/
Building-managing-pki-solution-small-medium-size-business
Building an open source PKI using OpenXPKI
http://events.ccc.de/congress/2006/Fahrplan/attachments/1214-OpenXPKI_23C3_slides.pdf
http://www.pismotechnic.com/download/
magiciso
http://www.magiciso.com/download.htm
compatible HP bundles for VMware® Image Builder, Update Manager and ESXCLI
Update:2016/9/20
Create an account at https://register.hp.com
Register the product in account
Link warranty in account
Download spp iso package (Service Pack for ProLiant)
Download HP USB Key Creator Utility from http://www.hp.com/
Install HP USB Key Creator Utility on windows xp
Create usb key from spp iso file with HP USB Key Creator Utility
Boot Gen8 with the USB key
**********************************************
Link of HP SPP
2015/04/0407
http://h20564.www2.h…b&swEnvOid=4168
ftp://ftp.hp.com/pub/softlib2/software1/cd-generic/p67859018/v108240/
Check new version:
ftp://ftp.hp.com/pub/softlib2/software1/cd-generic/p67859018/
Name | Size | Last Modified | ||
---|---|---|---|---|
|
2015/4/11 | 0:00:00 | ||
|
2015/6/19 | 5:29:00 | ||
|
2015/11/12 | 1:48:00 |
How to download hp spp ?
login into US VPS
wget ftp://ftp.hp.com/pub/softlib2/software1/cd-generic/p67859018/v108240/SPP2015040.2015_0407.5.iso
wget ftp://ftp.hp.com/pub/softlib2/software1/cd-generic/p67859018/v108240/SPP2015040.2015_0407.5.iso.md5sum
http://erenturkay.com/blog/2015/05/10/creating-bootable-usb-for-hp-blades-service-pack/
# build ms-sys tool
wget http://prdownloads.sourceforge.net/ms-sys/ms-sys-2.4.1.tar.gz
tar xvfz ms-sys-2.4.1.tar.gz
cd ms-sys-*
make
sudo make install prefix=/usr/local/bin
Install syslinux mbr into USB key (here: /dev/sdb)
# zero-out mbr sudo ms-sys -z /dev/sdb # create msdos label sudo parted -s /dev/sdb mklabel msdos # write syslinux MBR provided by ms-sys sudo ms-sys -s /dev/sdb # create sdb1 partition (FAT32/boot) with fdisk/mkfs sudo fdisk /dev/sdb sudo mkfs -t vfat /dev/sdb1 # install syslinux onto sdb1 sudo syslinux -i /dev/sdb1 # mount spp iso mkdir /tmp/spp sudo mount /data/spp/SPP2015100.2015_0921.6.iso /tmp/spp # mount usb/sdb1 mkdir /tmp/usb sudo mount /dev/sdb1 /tmp/usb # Copy file with rsync
export HP_SPP="/tmp/spp" export HP_USB="/tmp/usb" sudo rsync -rltDuvh --progress $HP_SPP/ $HP_USB/ sudo cp -rf $HP_SPP/system/initrd.img $HP_USB sudo cp -rf $HP_SPP/system/vmlinuz $HP_USB sudo cp -rf $HP_SPP/system/*.c32 $HP_USB sudo cp -rf $HP_SPP/system/*.jpg $HP_USB sudo cp -rf $HP_SPP/system/blacklist $HP_USB sudo cp -rf $HP_SPP/system/sample.msg $HP_USB sudo cp -rf $HP_SPP/usb/syslinux.cfg $HP_USB # HP's vesamenu file gives error. Copy vesamenu from system sudo cp -f /usr/lib/syslinux/vesamenu.c32 $HP_USB sudo sync sudo sync sudo umount /tmp/spp sudo umount /tmp/usb # Offline Updating the HP MicroServer Gen8 with SPP USB Disk 1. Insert USB disk into Gen8 2. Power on 3. Press F11 4. Select USB as boot device 5. Updating firmware
http://www.hpproliantoptions.com/index.aspx
http://www.jpaul.me/2013/06/hp-gen8-microserver-is-it-time-to-update-your-lab/
http://www.tomshardware.com/forum/id-1702811/ram-comaptible-proliant-micro-server.html
http://www.adamfowlerit.com/2013/09/30/hp-proliant-microserver-gen8-real-world-usage/
OS:
http://h17007.www1.hp.com/us/en/enterprise/servers/supportmatrix/windows.aspx#.VGMhuFcYzKw
RAM:
http://homeservershow.com/forums/index.php?/topic/5639-proliant-microserver-gen8-links/
Kingston RAM
Part Number: KTH-PL316E/8G
Part Number: KTH-PL313E/8G
Part Number: KTH-PL316ES/4G
http://www.chiphell.com/thread-1034824-1-1.html
CPU:
2014/11/19
E3 – 1230v2 $225
E3 – 1220v2 $200
E3 – 1271v3 $364
E3 – 1245v2 $268
E3-1265Lv2 $351
RAM:
Part Number: KTH-PL316E/8G $105
Part Number: KTH-PL316ES/4G $55