Solaris 10 JET install and ZFS

Hi - so following on from Solaris Volume Manager or Hardware RAID? - I'm trying to get my client templates switched to ZFS but it's failing with:
sudo ./make_client -f build1.zfs
Gathering network information..
Client: xxx.14.80.196 (xxx.14.80.0/255.255.252.0)
Server: xxx.14.80.199 (xxx.14.80.0/255.255.252.0, SunOS)
Solaris: client_prevalidate
Clean up /etc/ethers
Solaris: client_build
Creating sysidcfg
WARNING: no base_config_sysidcfg_timeserver specified using JumpStart server
Creating profile
Adding base_config specifics to client configuration
Adding zones specifics to client configuration
ZONES: Using JumpStart server @ xxx.14.80.199 for zones
Adding sbd specifics to client configuration
SBD: Setting Secure By Default to limited_net
Adding jass specifics to client configuration
Solaris: Configuring JumpStart boot for build1.zfs
Solaris: Configure bootparams build
Starting SMF services for JumpStart
Adding Ethernet number for build1 to /etc/ethers
cleaning up preexisting install client "build1"
removing build1 from bootparams
removing /tftpboot/inetboot.SUN4V.Solaris_10-1
svcprop: Pattern 'network/tftp/udp6:default/:properties/restarter/state' doesn't match any entities
enabling network/tftp/udp6 service
svcadm: Pattern 'network/tftp/udp6' doesn't match any instances
updating /etc/bootparams
copying boot file to /tftpboot/inetboot.SUN4V.Solaris_10-1
Force bootparams terminal type
-Restart bootparamd
Running '/opt/SUNWjet/bin/check_client build1.zfs'
Client: xxx.14.80.196 (xxx.14.80.0/255.255.252.0)
Server: xxx.14.80.199 (xxx.14.80.0/255.255.252.0, SunOS)
Checking product base_config/solaris
Checking product custom
Checking product zones
Product sbd does not support 'check_client'
Checking product jass
Checking product zfs
WARNING: ZFS: ZFS module selected, but not configured to to anything.
Check of client build1.zfs
-> Passed....
So what is "WARNING: ZFS: ZFS module selected, but not configured to to anything." referring to? I've amended my template and commented out all references to UFS so I now have this:
base_config_profile_zfs_disk="slot0.s0 slot1.s0"
base_config_profile_zfs_pool="rpool"
base_config_profile_zfs_be="BE1"
base_config_profile_zfs_size="auto"
base_config_profile_zfs_swap="65536"
base_config_profile_zfs_dump="auto"
base_config_profile_zfs_compress=""
base_config_profile_zfs_var="65536"
I see there is a zfs.conf file in /opt/SUNWjet/Products/zfs/zfs.conf do I need to edit that as well?
Thanks - J.

Hi Julian,
You MUST create /var as part of the installation in base_config, as stuff gets put there really early during the install.
The ZFS module allows you to create additional filesystems/volumes in the rpool, but does not let you modify the properties of existing datasets/volumes.
So,
you still need
base_config_profile_zfs_var="yes" if you want a /var dataset.
/export and /export/home are created by default as part of the installation. You can't modify that as part of the install.
For your zones dataset, seems to be fine and as expected, however, the zfs_rpool_filesys needs to list ALL the filesystems you want to create. It should read zfs_rpool_filesys="logs zones". This makes JET look for variables of the form zfs_rpool_filesys_logs and zfs_rpool_filesys_zones. (The last variable is always picked up, in your case the zones entry. Remember, the template is a simple name=value set of variables. If you repeat the "name" part, it simply overwrites the value.)
So you really want:
zfs_rpool_filesys="logs zones"
zfs_rpool_filesys_logs="mountpoint=/logs quota=32g"
zfs_rpool_filesys_zones="mountpoint=/zones quota=200g reservation=200g"
(incidentally, you don't need to put zfs_pools="rpool" as JET assumes this automatically.)
So, if you want to alter the properties of /var and /export, the syntax you used would work, if the module was set up to allow you to do that. (It does not currently do it, but I may update it in the future to allow it).
(Send me a direct e-mail and I can send you an updated script which should then work as expected, check my profile and you should be able to guess my e-mail address)
Alternatively, I'd suggest writing a simple script and stick it into the /opt/SUNWjet/Clients/<clientname> directory with the following lines in them:
varexportquotas:
#!/bin/sh
zfs set quota=24g rpool/export
zfs set quota=24g rpool/ROOT/10/var
and then running it in custom_scripts_1="varexportquotas"
(Or you could simply type the above commands the first time you log in after the build. :-) )
Mike
Edited by: mramcha on Jul 23, 2012 1:39 PM
Edited by: mramcha on Jul 23, 2012 1:45 PM

Similar Messages

  • JET install and ZFS failure

    Hi - I have a JET (jumpstart) server that I've used many times before to install various Solaris SPARC servers with - from V240's to T4-1's. However when I try to install a brand new T4-2 I keep seeing this on screen and the install reverts to a manual install:
    svc:/system/filesystem/local:default: WARNING: /usr/sbin/zfs mount -a failed: one or more file systems failed to mount
    There's been a previous post about this but I can't see the MOS doc that is mentioned in the last post.
    The server came pre-installed with Sol11 and I can see the disks:
    AVAILABLE DISK SELECTIONS:
           0. c0t5000CCA016C3311Cd0 <HITACHI-H109030SESUN300G-A31A cyl 46873 alt 2 hd 20 sec 625>  solaris
              /scsi_vhci/disk@g5000cca016c3311c
              /dev/chassis//SYS/SASBP/HDD0/disk
           1. c0t5000CCA016C33AB4d0 <HITACHI-H109030SESUN300G-A31A cyl 46873 alt 2 hd 20 sec 625>  solaris
              /scsi_vhci/disk@g5000cca016c33ab4
              /dev/chassis//SYS/SASBP/HDD1/disk
    If I drop to the ok prompt there is no hardware RAID configured and raidctl also shows nothing:
    root@solarist4-2:~# raidctl
    root@solarist4-2:~#
    The final post I've found on this forum for someone with this same problem was "If you have an access to MOS, please check doc ID 1008139.1"
    Any help would be appreciated.
    Thanks - J.

    Hi Julian,
    I'm not convinced that your problem is the same one that is described in this discussion:
    Re: Problem installing Solaris 10 1/13, disks no found
    Do you see the missing volume message (Volume 130 is missing) as described in this thread?
    A google search shows that there are issues with for a T4 Solaris 10 install due to a network driver problem and also if the system is using
    a virtual CD or device through a LDOM.
    What happens when you boot your T4 from the installation media or server into single-user mode? You say that you can see the disks, but can  you create a ZFS storage pool on one of these disks manually:
    # zpool create test c0t5000CCA016C3311Cd0s0
    # zpool destroy test
    For a T4 and a Solaris 10 install, the disk will need an SMI (VTOC) label, but I would expect a different error message if that was a problem.
    Thanks, Cindy

  • Unbootable Solaris 10 x86 installed on ZFS root file system

    Hi all,
    I have unbootable Solaris 10 x86 installed on ZFS root file system. on an IDE HDD
    The bios keep showing the msg
    DISK BOOT FAILURE , PLEASE INSERT SYSTEM BOOT DISK
    please note :
    1- the HDD is connected properly and recognized by the system
    2- GRUB don't show any messages
    is there any guide to recover the system , or detail procedure to boot system again
    Thanks,,,

    It's not clear if this is a recently installed system that is refusing to boot OR if the system was working fine and crashed.
    If it's the former, I would suggest you check the BIOS settings to make sure it's booting from the right hard disk. In any case, the Solaris 10 installation should have writting the GRUB stage1 and stage2 blocks to the beginning of the disk.
    If the system crashed and is refusing to boot, you can try to boot from a Solaris 10 installation DVD. Choose the single user shell option and see if it can find your system. You should be able to use format/devfsadm/etc to do the actual troubleshooting. If your disk is still responding, try a `zpool import` to see if there is any data that ZFS can recognize (it usually has many backup uberblocks and disk labels scattered around the disk).

  • Solaris 10 new install and new (?) hard disks

    Ok, so I started a solaris 10 install (5/08) on a sparc enterprise 3000 server. I first did the install on 2 brand new 10.7k rpm seagate cheetahs and I was able to install, copy layout to the target disk, configure Raid 1 mirror, was able to boot from the mirror, so on and so on, basically everything ran accordingly. Then I was told that there was a batch of brand new 15k rpm cheetahs and that I should use those. As I rebooted with the new drives, I got the "magic label" warning, so basically I re-labeled them. I ran install and everything installed as before, BUT when I went to SMC to copy the disk layout to the target drive, the only drive present is the target drive (c0t1d0). The drive c0t0d0 does not show. Format does show both drives. Now, if I reboot without drive c0t1d0 and immediately go to SMC/Disks, the drive c0t0d0 is there. What is causing that behavior? Do the drives already have labels and partition info that need to be cleared or redone? I have already tried to re-label and re-partition c0t1d0 identically to c0t0d0 and that does not seem to have an effect. I tried running fdisk /dev/rdsk/c0t1d0 and I get the " cannot stat device /dev/rdsk/c0t1d0" message. Is there a way to completely wipe out the entire drive c0t1d0 through solaris? Any suggestions? Thanx in advance.
    Erickc

    ok, so I was able to copy the c0t0d0 layout to c0t1d0 and that went trough. I verified through format>partition that both drives had identical partition information. I created metadb's to both drives in the specific slices and that was ok. Now here's what I get when I try to create a mirror...
    metainit -f d1 1 1 c0t0d0s0
    d1: concat/stripe is setup
    metainit d2 1 1 c0t1d0s0
    metainit: c0t1d0s0: overlaps with c0t0d0s0 which is mounted as "/"
    On my first install I was able to create the mirror without a problem. What would be the cause?
    Thanx in advance for any suggestions.

  • Ds5.1 on Solaris 8 core install and SNMP

    On a Solaris 8 core installation with the Directory Server 5.1,
    everything works okay, except SNMP activation from the Administration Server which sends the following error
    message :
    "Setup select/poll problem : Invalid argument"
    SNMP master agent refuses to start.
    This works very well on a Solaris 8 full install, so the question
    is :
    What Solaris 8 packages are required to handle SNMP properly
    in this context ?
    Thank you very much for your help.
    JCT

    when i access
    http://localhost/portal
    A serious error has occured in the Desktop. This may have been caused by a mis-configuration on the server.
    Please report this problem to your administrator.
    Return to front page

  • Solaris 10 x86 install and X Windows

    Greetings,
    I am having trouble getting the X server to come up on a new install of S10 on an x86 platform. I have run the kdmconfig utility and it correctly detects the hardware for the Xsun server. I tried to use the instructions for Xorg but Xorg does not appear to have been installed.
    Any ideas as to what I should try next?
    Thanks
    TC

    it was suggested that one should try to change the resolution.
    Question: is there any way to change the resolution of the
    Sun X server while it is running ? If not, what config file controls resolution ?
    steve

  • Solaris 10 x86 install and Networking

    Greetings,
    I have finally gotten S10 insalled on a Win-Tel box and it appears to be working, for the most part. I am currently working on getting the box integrated into our company network and need some direction.
    First, is there a good tutorial on configuring a network connection on Solaris 10? I need something that starts at ground zero and walks me through the process. I am UNIX literate but it's been a while since I have had to admin a system.
    So what I need to do is:
    a. get the Lan card recognized and configured under S10
    b. Get the DHCP client working so I can obtain an IP address from our internal DHCP server (actually I think it's running on a switch).
    c. Get Samba up and running so I can share files with a Windows machine.
    Any pointers to information on how to do this would be greatly appreciated.
    Cheers
    TC

    Well, if you don't think the online Documentation helpful, then the better way is reading step-by-step instructions from a book. Get to local bookstore, i.e Barne&Nobles or Border or any big local bookstore, there should be pretty good book for Unix Administrator (Solaris version).
    If you have time and think you can memorize then, read on the spot; otherwise, buy the book for future reference.
    If that's not what you had in mind, then this link of free online book might help : http://www.oreilly.com/catalog/solaris8/chapter/ch04.html
    Normally, oreilly online bookstore offers free books to accredited universities, colleges, and organizations. However, if that option isn't for you, it might even offer free sample chapters that might just suit your needs.
    hoep it helps.
    -van.

  • Fresh install and update patch problems 119060-17 , 122213-10 , 122912-02

    Just yesterday, i installed a fresh Solaris 10 x86 onto some pc hardware. After getting solaris installed and issues with my network card, i downloaded and installed the free version of the update manager 1.0.x. Next, i proceeded to update all the general patches for the solaris 10 system. I started with the command 'pprosvc -i' from a terminal. It then proceeded to download and validate a bunch of patches successfully until it hit the following 3 patches:
    119060-17 ---- X11 6.6.2_x86: Xsun patch
    122213-10 ---- GNOME 2.6.0_x86: GNOME Desktop Patch
    122912-02 ---- SunOS 5.10_x86: Apache 1.3 Patch
    All 3 failed some kind of validation and then crashed the pprosvc program, at which point it exited with the following error:
    122912-02 cannot be validated
    119060-17 cannot be validated
    122912-02 cannot be validated
    Unexpected Failure: java.lang.Throwable: ERROR: Failed to validate the digital signature(s).
    I also tried to use the GUI Update Manager to update, hoping the problem was isolated to pprosvc, but that problem was also in the GUI with a similar error message:
    Error occurred...The detailed error message is: Unexpected Failure: java.lang.Throwable: ERROR: Failed to validate the digitial signature(s)
    Anyone know why Sun's update patch process is so troublesome?
    Getting Tired of Solaris Updates...
    I should mention that this is the free solaris 10 x86 install and i don't have a service contract with Sun. If this problem persists, i don't think i'll get one, as i see only further problems after buying one.
    tired and confused

    Hi,
    There is an issue with this that is currently being investigated. There is another thread that may shed some light on what is happening here;
    http://forum.sun.com/jive/forum.jspa?forumID=316
    Thread title is : Sun UC, Digitally Signed Patches Using New Verisign Certificates
    In the short-term please ensure that the patch mentioned in it is installed.
    To quote part of mentioned thread above:
    "Once the Sun Update Connection client software is upgraded with patch 121118-06 (SPARC) or 121119-06 (x86/x64) or later revisions normal behavior will resume. "
    If this fails to resolve your problem, would you be kind enough to post the output of the following command for analysis please;
    # showrev -p | egrep -e '121454|121119|120336|121082|121564|122232|119789'
    Sincerely,
    Moderator.
    Message was edited by:
    ForumModerator

  • Fresh solaris 10 x86 install patch update problems 119060-17 ...

    Just yesterday, i installed a fresh Solaris 10 x86 onto some pc hardware. After getting solaris installed and issues with my network card, i downloaded and installed the free version of the update manager 1.0.x. Next, i proceeded to update all the general patches for the solaris 10 system. I started with the command 'pprosvc -i' from a terminal. It then proceeded to download and validate a bunch of patches successfully until it hit the following 3 patches:
    119060-17 ---- X11 6.6.2_x86: Xsun patch
    122213-10 ---- GNOME 2.6.0_x86: GNOME Desktop Patch
    122912-02 ---- SunOS 5.10_x86: Apache 1.3 Patch
    All 3 failed some kind of validation and then crashed the pprosvc program, at which point it exited with the following error:
    122912-02 cannot be validated
    119060-17 cannot be validated
    122912-02 cannot be validated
    Unexpected Failure: java.lang.Throwable: ERROR: Failed to validate the digital signature(s).
    I also tried to use the GUI Update Manager to update, hoping the problem was isolated to pprosvc, but that problem was also in the GUI with a similar error message:
    Error occurred...The detailed error message is: Unexpected Failure: java.lang.Throwable: ERROR: Failed to validate the digitial signature(s)
    Anyone know why Sun's update patch process is so troublesome?
    Getting Tired of Solaris Updates...
    I should mention that this is the free solaris 10 x86 install and i don't have a service contract with Sun. If this problem persists, i don't think i'll get one, as i see only further problems after buying one.
    tired and confused

    Hi,
    There is an issue with this that is currently being investigated. There is another thread that may shed some light on what is happening here;
    http://forum.sun.com/jive/forum.jspa?forumID=316
    Thread title is : Sun UC, Digitally Signed Patches Using New Verisign Certificates
    In the short-term please ensure that the patch mentioned in it is installed.
    To quote part of mentioned thread above:
    "Once the Sun Update Connection client software is upgraded with patch 121118-06 (SPARC) or 121119-06 (x86/x64) or later revisions normal behavior will resume. "
    If this fails to resolve your problem, would you be kind enough to post the output of the following command for analysis please;
    # showrev -p | egrep -e '121454|121119|120336|121082|121564|122232|119789'
    Sincerely,
    Moderator.
    Message was edited by:
    ForumModerator

  • Solaris 10 with zfs root install and VMWare-How to grow disk?

    I have a Solaris 10 instance installed on an ESX host. During the install, I selected a 20gig disk. Now, I would like to grow the disk from 20GB to 25GB, I made the change on VMWare but now the issue seems to be Solaris. I haven't seen anything on how to grow the FS in Solaris. Someone mentioned using fdisk to manually change the number of cylinders but that seems awkward. I am using a zfs root install too.
    bash-3.00# fdisk /dev/rdsk/c1t0d0s0
    Total disk size is 3263 cylinders
    Cylinder size is 16065 (512 byte) blocks
    Cylinders
    Partition Status Type Start End Length %
    ========= ====== ============ ===== === ====== ===
    1 Active Solaris2 1 2609 2609 80
    This shows the expanded number of cylinders. but a format command does not.
    bash-3.00# format
    Searching for disks...done
    AVAILABLE DISK SELECTIONS:
    0. c1t0d0 <DEFAULT cyl 2607 alt 2 hd 255 sec 63>
    /pci@0,0/pci1000,30@10/sd@0,0
    Specify disk (enter its number):
    Any ideas?
    Thanks.

    That's the MBR label on the disk. That's easy to modify with fdisk.
    Inside the Solaris partition is another (VTOC) label. That one is harder to modify. It's what you see when you run 'format' -> 'print' -> 'partition' or 'prtvtoc'.
    To resize it, the only method I'm aware of is to record the slices somewhere, then destroy the label or run 'format -e' and create a new label for the autodetect device. Once you have the new label in place, you can recreate the old slices. All the data on the disk should be stable.
    Then you can make use of the space on the disk for new slices, for enlarging the last slice, or if you have a VM of some sort managing the disk.
    Darren

  • Solaris 10 upgrade and zfs pool import

    Hello folks,
    I am currently running "Solaris 10 5/08 s10x_u5wos_10 X86" on a Sun Thumper box where two drives are mirrored UFS boot volume and the rest is used in ZFS pools. I would like to upgrade my system to "10/08 s10x_u6wos_07b X86" to be able to use ZFS for the boot volume. I've seen documentation that describes how to break the mirror, create new BE and so on. This system is only being used as iSCSI target for windows systems so there is really nothing on the box that i need other then my zfs pools. Could i simply pop the DVD in and perform a clean install and select my current UFS drives as my install location, basically telling Solaris to wipe them clean and create an rpool out of them. Once the installation is complete, would i be able to import my existing zfs pools ?
    Thank you very much

    Sure. As long as you don't write over any of the disks in your ZFS pool you should be fine.
    Darren

  • Total newbie needs help installing and setting up Solaris 10 as a server

    i'm attempting to set up one computer to act as a file and print server on my home network, so that i can store all of my music and video files on it instead and print to my parallel-only laser printer. 80% of the time i'm using my laptop, so i need the mass storage and printer to be handled by another device - the server!
    i'm not sure if i'm even installing Solaris 10 correctly. how should it be installed to then act as a server? my two (incredibly long, like 3+ hours each) install attempts so far have resulted in an OS that looks like a nice fancy GUI-laden desktop which doesn't appear to show me my 750G SATA storage drive (the OS is on a 40G IDE drive).
    in the end, i'd like to have the system working so that my only interaction with it is the power button - press it once to power it on and it'll boot up and long in automagically and make itself seen over the network (with printer and files stored on drives accessible to my laptop or any other PC that's on the same network), and then press the power button again to shut down the entire system gracefully (so far, when i press the power button, it's a quick kill like pulling the power cord - i'm pretty sure that's a bad way of having the system shut down, so how do i change it?)
    i'm really hoping to use Solaris due to the promising ZFS scheme. my only exposure so far to unix / linux has been with ubuntu, which i usually like but sometimes loathe (primarily file permissions and network manager).

    Let's try step by step rather than asking for setting up a server as a while and I'll try to help you as much as I can.
    For setting up a printer, it's not that easy or quick setting up a printer on Solaris, I mean it's not like plug-n-play. Tell us about your printer and how it's connected to your system (usb, ethernet, parallel, serial).
    As for shutting down the system, it's recommended to use the shutdown commnad like this:
    # shutdown -y -i0 -g0
    --gibb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • HP Office Jet 8625 and HP OfficeJet 7410xi All-in-One (a) difference (b) install on one desktop

    Given: 
     HP OfficeJet 7410xi All-in-One connected to 2 desktops (Visa and Win8.1 - 64-bit) via usb network hub (i.Connect).  Able to print from both computers.  Vista machine has HP Solution Center installed (able to import pictures from camera SD card, scan documents to PDF, etc). 
    Q1:  Are print drivers and sw for 2 different HP printers (HP Office Jet 8625 and HP OfficeJet 7410xi All-in-One) compatible on the same computer? 
    What is the installation procedure for the SW and driver for HP Office Jet 8625 and connect via Wireless to Visa and Win8.1 - 64-bit desktop such that the 7410xi All-in-One current  setup not impacted. 
    Objective:  Ability to select the desired printer for printing,Reason:  the 7410 HP Solution Center has additional functions (scan to Pdf, import from camera SD card, etc) than the 8625 so need both.
    Q2:  Does the HP Office Jet 8625 have similar HP Solution Center ... please provide link to the HP Solution Center SW for the the 8625.
    Q3:  Where is the user guide manual for the HP Office Jet 8625?  The user guide manual refers to 8610, 8620, 8630.  Is  8620 same as HP Office Jet 8625; what's the difference?
    Q4: Where is the text installation for the HP Office Jet 8625?  The only installation guide is a poster -- no words on the poster.  Please provide text based setup instructions  starting from unpacking out of the box.
    Concern with users comments regarding the HP8625:  http://reviews.costco.com/2070/100116415/united-stationers-hp-officejet-pro-8625-e-all-in-one-printe...
    Q5:  "..print envelopes, it thought it was "out of paper". Looks like the plastic "switch" that releases the tray springs is not properly designed...."  Please provide instructions to correct the "switch" that releases the tray springs.
    Q6:  "..unable to print using the black ink cartridge if any of the other three color cartridges are empty..."  How to print black and white if the other color cartridges are empty or is this statement an HP design? 
    Q7:  "...after 15 min goes into sleep mode and wont come out unless I unplug machine..."  How to turn off 'sleep mode'?  If printer enters 'sleep mode', how to turn on without having to unplug/plug printer?
    Q8:  "..8625 went into powersave mode, then it was Printer OFFLINE...The problem was the HP8625 has a VERY POOR WEAK wireless system. "  How to prevent HP going into powersave mode then Offline without doing anything to my network setup?
    Q9:  "... Windows 8.1 will not print via wireless to this printer  ... Download the latest drivers from the HP website for the 8620 series - not from the supplied CD. Then download the "HP Print and Scan Doctor" and run the program. It should render the printer functional with windows 8.1. .. The printer works out of the box with the "old" version of windows perfectly..."  Please provide a solution if this user's solution may cause other compatibility issues?

    Hello @xandux,
    I would like to assist you today with the answers to the questions that you have regarding the HP Officejet Pro 8625 e-All-in-One Printer.
    Q1: The print drivers for the HP Officejet Pro 8625 e-All-in-One Printer and HP Officejet 7410xi All-in-One Printer are compatible on the same computer.
    For the Officejet Pro 8625 you would first run the Wireless Setup Wizard on the front panel of the printer to connect it to the network.
    How to Configure Wireless:
    On the printer touch screen, touch the Right Arrow () to display the second navigation screen.
    Touch the Setup icon (). The Setup Menu screen displays.
    Touch Network, touch Wireless Setup Wizard, and then touch Continue.
    Wait while the printer searches for routers that are within range of the printer. The Select Network Name menu displays.
    Scroll down the list of network names until you find the name of your network.
    Touch the name of your network, and then touch OK.
    If prompted, enter the WEP or WPA key. This is case sensitive.
    The printer will now connect to the network.
    Once your printer is successfully connected to the network than you may run the installation of your printer.
    The driver package for both Windows Vista and Windows 8.1 is the same. Should you want the latest drivers for the HP Officejet 8625 on both computers please click here to download the drivers. You will need to open that link on both the Vista and the 8 Computers. Once the website opens select the Download button on the top left. Once the download is complete the installation window will pop open. The onscreen prompts will walk you through the quick and easy install. You simply select that you are connecting a Wireless printer when prompted, the installer will search and find your printer and complete the install. You simply sit back and hit 'next' a few times. For additional install assistance and documentation please click here.
    I can assure you that your HP Officejet 7410xi All-in-One Printer will not be affected by the installation of the HP Officejet Pro 8625 e-All-in-One Printer as they use completely different drivers.
    Q2: The HP Officejet Pro 8625 e-All-in-One Printer uses the HP Printer Assistant Software rather than the HP Solutions Center Software. The Printer Assistant Software installs with the printer. Therefore, there is no separate link available for this. The Printer Assistant will load an icon on your computer that looks like this:
    Once you click on that icon you will see a similar screen to this:
    Q3: The User Guide for your HP Officejet Pro 8625 e-All-in-One Printer can be found here. It is for the Officejet Pro 8610/8620/and 8630 products as they are all within the same series.
    The Officejet Pro 8625 is identical to the Officejet 8620. For specific specifications for just the Officejet Pro 8620 (8625) series printer please click here.
    There are slight differences between the 8610, 8620, and 8630 products.
    The Officejet Pro 8610:  Print speeds are slightly slow (19 ppm in black and 14.5 ppm in colour), letter size flatbed glass, no automatic duplex copies/scans. The specifications for this printer can be found here.
    The Officejet Pro 8620 and Officejet Pro 8630: both models are identical with their specifications. The only difference is that the Officejet Pro 8630 comes with 2 paper trays. The specifications for the Officejet Pro 8630 can be found here.
    Q4: For detailed setup and install instructions please refer to the two documents below. 
    For out-of-box hardware setup instructions please click here.
    For installation instructions for Windows Vista and Windows 8.1 please click here.
    Q5: There is no switch that should have to be altered when printing envelopes. You simply load the envelope within the paper tray and select Print, just like any other printer. For instructions on how to properly load envelopes please click here. The only issue I have seen is that people aren't 'telling' the program on the computer that the printer is printing envelopes. This may cause a 'paper mismatch' error as your machine 'thinks' it's supposed to pull letter size paper and doesn't detect that as loaded in the tray. If there was a hardware defect with the switch when the HP Officejet 8625 first came out, we are not seeing those issues now so the switch issue must have been corrected.
    Q6: Because of the Printhead design within these printers, there must be ink inside the printer to print. Therefore, if you run out of yellow ink, you must replace the yellow ink to continue using your printer. Once a cartridge is empty the printer goes into a 'depleted cartridge' error state. When this happens you are not able to use any features of the printer. The best course of action would be to keep an eye on your ink levels. When you start getting prompts that your cartridge is low, have a cartridge on hand for when the ink finally does run out. What I would recommend is if you're not planning on printing a lot in colour from your computer set the 'Black Ink Only' feature under the driver to ON. If you do not have this feature enabled, when you print from your computer certain print jobs are sent to your printer as 'image' files. If a document is sent to the printer as an 'image' file the printer will use colour ink to enrich the black on the document. This causes the colour ink to run out much faster than anticipated. If you turn Black Ink Only ON only black will be used for black documents. If you want to print a colour document you simply disable the Black Ink Only feature for that specific print job.
    For more information regarding why this occurs and how to set Black Ink Only please click here.
    Q7: Your machine is designed to go into sleep mode after about 10-15 minutes. This is not a design flaw. Ideally, once your printer enters sleep mode, if you need to print something you simply send the print command and the printer will wake up and respond for you. Occasionally sleep mode has issues. One issue for instance is when you have a networked printer. Sometimes the routers don't send the print command to the sleeping printer properly and that causes the printer not to 'wake up'. This can be corrected with altering settings on your router. The other issue may lie with a programming issue within the printer. The best course of action to avoid sleep mode issues would be to ensure that your printer is running the latest Firmware. The latest Firmware can be downloaded here.
    Q8: Again, powersave mode is the same thing as sleep mode. You should have no issues allowing your wireless Officejet 8625 to go into a sleep mode. Once the printer is asleep you simply send a print job to your printer and the printer will 'wake up' and print for you. It is rare to see 'sleep mode' or 'powersave' issues. Always keep the Firmware up to date to avoid programming issues. 
    Q9:  Microsoft has recently released a HotFix to correct wireless printing issues as they have found printing issues within the Windows 8 and Windows 8.1 Operating Systems. This issue is not specific to HP or the HP Officejet 8625. Rather, the issue seems to affect all wireless printers on the Windows 8 and Windows 8.1 Operating Systems. The HotFix can be found here. Once the website opens you simply select the button for HotFix Download Available. Follow any onscreen prompts to install the HotFix. There has been a lot of luck with running this fix.
    I hope this information helps to clear up any issues you may have. Please let me know if you have any further questions or concerns. Thanks for reaching out to the HP Support Forums!
    X-23
    I work on behalf of HP
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    Click the "Kudos, Thumbs Up" on the right to say "Thanks" for helping!

  • How install Solaris 2.5.1 and Windows Together

    Hi, We�ve a registered copy of Solaris 2.5.1 and we can�t install solaris and windows in the same Hard disk.
    I�ve been trying since two weeks. I can�t found a document that help me with this task.
    Please, help me with the directions to do that or try to indicate me an internet link to read it.
    Thanks a lot.

    OK, this is that I did.
    1. With solaris 2.5.1. boot disk install solaris from CDROM
    2. I do the partition in hard disk, the disk has 3 GB, and make a 940 MB partition for solaris and the rest for Windows
    3. I install solaris in stangalong mode
    4. When I finished solaris installation, it ask me wich partition are going to use to boot de machine.
    5. I format a WINDOWS disk partition to install it.
    6. I transfered the system to the windows partition
    7. Reboot the machine and the solaris still ask me by wich O/S are going to use to boot.
    8. Then, install Windows 95 B version, and when rebbot the machine, the boot manager of salaris dissaper.
    9. With FDISK of windows and put the second partition (solaris) as active, and nothing happens.
    Note: I`m using the solaris partition as second one, i mean that the main partition is Windows (is exactly that I did have it).

  • How to Install and config Discover9.0.2 on Solaris?

    I am finding the doc about HOW to install and config Discover9.0.2 on Solaris where Application 11i has been installed!
    It's quite uegent.Hope you can help me.If possible,pls directly mail the docs to me:[email protected]
    Thanks!

    Hi,
    Installaing Discover is quite easy but you need to configure to the database and apps also for which you need to create a repostory. So keep you database login and a seperate tablespace ready and start discover from oracle_discover_home/bin you will find options there for configuring repostory there.
    kamalesh jk

Maybe you are looking for