• iBFT

    http://trentent.blogspot.com/2012/11/iscsi-ipxe-microsoft-iscsi-software.html

    http://blogs.technet.com/b/storageserver/archive/2011/05/04/diskless-servers-can-boot-and-run-from-the-microsoft-iscsi-software-target-using-a-regular-network-card.aspx

     

    19 12 月, 2014
  • windows iscsicli

    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

     

    *********************************************************************************************************

    How to Automate Windows Diskpart Commands in a Scrip

    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://ss64.com/nt/diskpart.html*********************************************************************************************************

    The iscsicli.exe Command

    Action Command
    Set startup type to automatic sc [server-name] config msiscsi start= auto
    Add iSCSI Targets iscsicli.exe QAddTargetPortal [tartget-portal-address] [chap-username] [chap-password]
    Get iSCSI Targets iscsicli.exe ListTargets
    Login to Targets iscsicli.exe QLoginTarget [target-iqn]
    Set up a persistent connection (reconnects after server reboot) iscsicli.exe PersistentLoginTarget [target-iqn] T * * * * * * * * * * * * * * * 0
    List the persistent connections to target LUNs iscsicli.exe ListPersistentTargets
    Check active connections iscsicli.exe ReportTargetMappings
    3 12 月, 2014
  • 美国电子商务网站

    Amazon
    全球最大的电子商务网站
    Walmart
    全球最大的零售商,可以选择把购买的东西寄到他们的店里,不用付运费
    DrugStore
    美国最大的化妆品,医药用品购物网站
    Buy.com
    美国电子商务网站
    Tiger Direct
    美国大型电子产品零售网站,先后收购了CompUSA和Circus City
    Best Buy
    美国最大的电子产品零售商,美国各个主要的城市都有他们商店
    JCPenney
    JCPenney是全美最大的连锁百货公司
    eBay!
    美国最大的网上拍卖网站
    1-800-flowers
    美国最大的礼品购物网站
    Apple.com
    苹果电脑,iPhone, iPod专卖店
    Over Stock
    Blue Nile Inc
    美国网上最大的珠宝首饰购物网站
    Macy’s
    美国最主要的日用百货零售商,曾经收购Robinsons May
    Newegg Inc.
    美国最大的电子产品,计算机零配件销售网站
    Vons
    主要经营食品
    PCMall.com
    Dell
    美国最主要的个人电脑生产商
    Staples Inc.
    美国最大的办公用品销售网站
    Internet E-retailer
    美国购物网站的评价及新闻
    EBag
    EastBay.com
    主要经营体育用品
    PC Connection
    HP
    Sears
    美国最大连锁商店之一,主要产品包括家用电器,家具,工具等
    GifeTree
    Netflix Inc.
    美国最大的电影租赁网站
    28 11 月, 2014
  • Windows AIK

    Overview of the Windows AIK

     

    Walkthrough: Create a Bootable Windows PE RAM Disk on a USB Flash Disk

     

    Step-by-Step: Basic Windows 7 Deployment for IT Professionals

     

     

    The Windows® Automated Installation Kit (AIK) for Windows® 7

     

    Walkthrough: Create a Custom Windows PE Image

     

    POSReady 7

     

    An Overview of the Windows PE Kit

    24 11 月, 2014
  • PKI Resource

    Jim Basney’s PKI Page

    http://www.ncsa.illinois.edu/People/jbasney/pki/

     

    Building-managing-pki-solution-small-medium-size-business

    http://www.sans.org/reading-room/whitepapers/certificates/building-managing-pki-solution-small-medium-size-business-34445

     

    Building an open source PKI using OpenXPKI

    http://events.ccc.de/congress/2006/Fahrplan/attachments/1214-OpenXPKI_23C3_slides.pdf

     

    ejbca,openca以及xca比较

    http://owlinrye.sinaapp.com/?p=170
    The Open–source PKI Book
    http://www.pki.iam.metu.edu.tr/yazi-makale/ospki.pdf
    24 11 月, 2014
  • windows7 ISO

    Pismo File Mount Audit Package

    http://www.pismotechnic.com/download/

     

    magiciso

     http://www.magiciso.com/download.htm

     

     

     

    20 11 月, 2014
  • HP vibsdepot

    Software Delivery Repository – vibsdepot (aka HP Online Depot)

    compatible HP bundles for VMware® Image Builder, Update Manager and ESXCLI

    http://vibsdepot.hp.com/

     

    19 11 月, 2014
  • Update HP MicroServer Gen8 with SPP

    Update:2016/9/20

    • Download the latest SPP 864794_001_spp-2016.04.0-SPP2016040.2016_0317.20.iso
    • Download HP USB tool  cp024879.exe
    • Install VirtualBox on PC
    • Install Windows7 64bit in VirtualBox
    • Install cp024879.exe onto Windows7 64bit
    • Create USB Key of the SPP with HP USB tool  cp024879.exe
    • Boot Gen8
    • F9 config Gen8:  Boot from External USB first
    • F11 boot menu:   Boot from USB
    • Automatic Update firmware

     

     

     

     

    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
    v108240
    2015/4/11 0:00:00
    v110210
    2015/6/19 5:29:00
    v113584
    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

     

     

    How to create USB bootable disk with SPP?

     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
    18 11 月, 2014
  • HP Proliant Microserver Gen8

    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

    http://www.kingston.com/en/memory/search/Default.aspx?DeviceType=20&Mfr=HEW&Line=ProLiant&Model=84508&Description=Kingston_System_Specific_Memory_for_HP/Compaq_ProLiant_MicroServer_Gen8_G2020T

    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-1226V3B              $223

    E3-1265Lv2               $351

    E3-1280V2                $716

    E3-1220Lv2               $504

     

    RAM:

    KTH-PL313E/8G                                       $130

    Part Number: KTH-PL316E/8G                 $105

     Part Number: KTH-PL316ES/4G              $55

    12 11 月, 2014
  • KVM

    http://www.intel.com/p/en_US/support/category/sftwr-prod/vpro/rsrc_util#

    http://tech.hexun.com.tw/2011-03-30/128368183.html

    9 11 月, 2014
←上一页
1 … 23 24 25 26 27 … 50
下一页→