Peculiar Timing Issue With PxE In Nexus Environment

I have seen some peculiar behavior doing PxE builds. I wanted to pick the brain of some experienced network engineers as my research on the internet shows there is a ton of contradictory opinions / philosophies.
Here is the setup:
1. HP SL4540 Servers with a Broadcom Copper/RJ-45 10Gbe Cards with PxE enabled.
2. Connected to Nexus 2232 10G Copper/RJ-45 edge switches going back to a Nexus 5596 aggregation layer.
3. IP helpers services are enabled on the 2232 so that DHCP and PxE requests are forwarded to a specific IP address.
4. Both the Switch Port & NIC Port are set to auto-negotiate.
Problem:
With the solution fully configured, the servers still fail to either find the DHCP / PxE server or make initial contact but never complete the handshake process. The peculiar thing is that we sometimes will see this late at night. We break for sleep and wake up in the morning and the servers are fine and ready to load an OS. There is some type timing phenomenon going on in the background and given enough time they eventually find this timing window and move forward.
I’ve read dozens of articles now and I have found some experts pointing to potential causes but then others refuting the same ones. Here are the preliminary ones I found.
1. With NIC and Switch Port set to auto-negotiate the negotiation process is taking longer than the PxE request process cycle which seems to be pretty short (10 to 15 seconds). I have read tons of conflicting info. Some of it (Citrix, Altiris, VMWare) saying setting to full duplex will circumvent the negotiation process if it is indeed taking longer than the PxE request process. Other docs say Gigabit Ethernet requires auto-negotiate and wont work without it. What are your thoughts on this ? Is Auto-Negotiate absolutely required for 1G/10G and if not can setting to full duplex potentially help the NIC sync with the switch quicker ? We do have tight control of server and switch so can ensure both are set to whatever we need.
2. I found a bunch of articles where PxE fails when certain services are active on the switch. The articles showed that these services can cause a long negotiation process to get link, or even allow link but hold packets for a bit as they bring in the new connections. The ones in particular they mentioned were:
a. Spanning Tree Protocol
b. Ether Channel
c. Port Aggregation Protocol
d. Disabled PortFast Service
What are your thoughts on this ? Are there other services that could have a similar effect ?
3. Outside these  theories any other reasons one could see why this would happen ? The fact that it eventually “fixes itself” bugs me so I want to find a definitive answer.
Also from the switch side what troubleshooting steps can we take to prove or disprove these theories ? We can pull the switch logs, is there any other things to look for or monitor ? What would we expect to see in the switch log if one of these theories were correct ? Would loading  WireShark and examining packet dumps be of any use here ? Any insight would be greatly appreciated. Thanks Cisco community. :-)

I have seen some peculiar behavior doing PxE builds. I wanted to pick the brain of some experienced network engineers as my research on the internet shows there is a ton of contradictory opinions / philosophies.
Here is the setup:
1. HP SL4540 Servers with a Broadcom Copper/RJ-45 10Gbe Cards with PxE enabled.
2. Connected to Nexus 2232 10G Copper/RJ-45 edge switches going back to a Nexus 5596 aggregation layer.
3. IP helpers services are enabled on the 2232 so that DHCP and PxE requests are forwarded to a specific IP address.
4. Both the Switch Port & NIC Port are set to auto-negotiate.
Problem:
With the solution fully configured, the servers still fail to either find the DHCP / PxE server or make initial contact but never complete the handshake process. The peculiar thing is that we sometimes will see this late at night. We break for sleep and wake up in the morning and the servers are fine and ready to load an OS. There is some type timing phenomenon going on in the background and given enough time they eventually find this timing window and move forward.
I’ve read dozens of articles now and I have found some experts pointing to potential causes but then others refuting the same ones. Here are the preliminary ones I found.
1. With NIC and Switch Port set to auto-negotiate the negotiation process is taking longer than the PxE request process cycle which seems to be pretty short (10 to 15 seconds). I have read tons of conflicting info. Some of it (Citrix, Altiris, VMWare) saying setting to full duplex will circumvent the negotiation process if it is indeed taking longer than the PxE request process. Other docs say Gigabit Ethernet requires auto-negotiate and wont work without it. What are your thoughts on this ? Is Auto-Negotiate absolutely required for 1G/10G and if not can setting to full duplex potentially help the NIC sync with the switch quicker ? We do have tight control of server and switch so can ensure both are set to whatever we need.
2. I found a bunch of articles where PxE fails when certain services are active on the switch. The articles showed that these services can cause a long negotiation process to get link, or even allow link but hold packets for a bit as they bring in the new connections. The ones in particular they mentioned were:
a. Spanning Tree Protocol
b. Ether Channel
c. Port Aggregation Protocol
d. Disabled PortFast Service
What are your thoughts on this ? Are there other services that could have a similar effect ?
3. Outside these  theories any other reasons one could see why this would happen ? The fact that it eventually “fixes itself” bugs me so I want to find a definitive answer.
Also from the switch side what troubleshooting steps can we take to prove or disprove these theories ? We can pull the switch logs, is there any other things to look for or monitor ? What would we expect to see in the switch log if one of these theories were correct ? Would loading  WireShark and examining packet dumps be of any use here ? Any insight would be greatly appreciated. Thanks Cisco community. :-)

Similar Messages

  • Issues with PXE booting

    Hello guys I'm having some issues with PXE booting on my DP.
    I've installed them on a single server with SCCM installed and using it as a DP.
    When I've tried to PXE boot I'm having some issues. Please see the screenshots below:
    Here is the PXE log:
    Below are my pictures of 066 and 067 

    Hi,
    have you run the
    WDSUTIL /Set-Device /Device:<name> /ReferralServer:<ServerName>
    command?
    From:
    Managing Network Boot Programs
    https://technet.microsoft.com/en-us/library/cc732351%28v=ws.10%29.aspx
    "If you are not using DHCP options 66 and 67, in order to configure a network boot referral, you must prestage the client and you must run
    WDSUTIL /Set-Device /Device:<name> /ReferralServer:<ServerName> to specify the server that the client should use."
    Regards,
    Stoyan
    Hi Stoyan I have not, as I'm using the DHCP optioins

  • Deployment issue with SOA - OSB 11g  environment

    Hi,
    We have Dev Environment configured with SOA 11g (11.1.1.4) and OSB 11g (11.1.1.4) on a single weblogic domain. Developed SOA composite app and deployed to the SOA Server. We are exposing our SOA Composite thru OSB ( created osb proxy and business services and accessed soa composite from the client. It s working fine ) layer for the client to access it. The issue here is while deploying it to the production environment (configured OSB and SOA in two separate WL domain) located offshore.
    What i saw from the soa doc is that we need to deploy SOA composite to the SOA Server and OSB Configuration to the OSB Server.
    but the offshore person is asking us to deploy both SOA composite & osb to the same OSB Server as an .ear file.
    Is it possible to deploy both SOA composite & osb to the same osb server ? is there any document on project that involve both soa and osb.
    please guide me how to do the deployment
    I appreciate all your help.
    thanks
    sumesh.j

    I am wondering if could able to solve the problem of deploying both SOA composite & osb to the same osb server. Even I am facing the same problem....
    If you could able to solve the problem then please let us know the steps that you have followed to solve the same.

  • Issues with PXE installing "rebooting"

    I am having this issue, and I am getting confused.
    I am able to F12 into PXE, and this loads the PXE Client, with no issue, but then it gets to the ConfigManager Screen "the first white screen" it reboots back to the beginning.
    I have check all my settings, and I have also press F8, to check to see if I have a IP Address, and here I discovered I had none, so I download "I think I have the right drivers" and install them
    recording to VMware Workstation, I have a        Intel(R) PRO/1000 MT Network Connection
    and here is also my SMSPXE Log.        https://www.dropbox.com/s/d72eww8y4qs87uz/SMSPXE%2031-02-2014.log
    can someone please help me, as I am pulling my hair out.

    this is the question, I think I have as I when to the intel website and downloaded the DOS ROM drivers
    PXE ROM code
    http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=13&PFid=5&Level=5&Conn=4&DownTypeID=3&GetDown=false
    and when I try and inport the drivers I am informed
    that it see's the INF files for both Pro100 \ Pro1000 Drivers Oemsetuo.inf
    but then I try to import them I am informed
    \\win08-sccm\Source\Drivers\PXE DRIVERS\Dos\PRO100\DOS\oemsetup.inf
    - The selected file is not a valid Windows device driver.
    \\win08-sccm\Source\Drivers\PXE DRIVERS\Dos\PRO1000\DOS\oemsetup.inf - The selected file is not a valid Windows
    device driver.
     Add drivers to the following packages:
    VMWare Drivers
     Packages will be updated on distribution points.
    so I spoke to a friend to whom informed me that this is a know issue and that I can use the windows 8.1 drivers for the PXE Book, so I download the drivers and inport them with no issues, but the PXE boot still does work.
    Windows 8.1 Drivers =                       
     Win7 and WinServer 2008 R2 Driver
    the win 8.1 drivers go's on with no issues, but the PXE Boot still don't work.

  • Timing issues with systemd units auto-updating rEFInd on ESP

    Aim: I wanted to use systemd to auto-update the following files and directories in EFI/arch_refind/:
    drivers_x64/ext4_x64.efi fonts/ icons/ refind_x64.efi
    Initially, I tried to do this with a single .path and .service pair but although it worked initially, I had problems with things respawning too quickly. As a result I ended up with nothingness on the ESP. I figured that the problem might be that because I had different changed-path conditions in the .path file, the .service file was getting run multiple times as pacman updated the refind package. In an attempt to address this, I split the files into four pairs with each one handling a specific change.
    For updating the .efi itself:
    # /etc/systemd/system/refind-update-efi.path
    [Unit]
    Description=Copy rEFInd EFI to UEFISYS Partition
    [Path]
    PathChanged=/usr/lib/refind/refind_x64.efi
    [Install]
    WantedBy=multi-user.target
    and:
    # /etc/systemd/system/refind-update-efi.service
    [Unit]
    Description=Copy rEFInd EFI to UEFISYS Partition
    [Service]
    Type=oneshot
    ExecStart=/usr/bin/cp -f /usr/lib/refind/refind_x64.efi /boot/efi/EFI/arch_refind/refind_x64.efi
    For updating the file system driver:
    # /etc/systemd/system/refind-update-ext4.path
    [Unit]
    Description=Copy rEFInd ext4 driver to UEFISYS Partition
    [Path]
    PathChanged=/usr/lib/refind/drivers_x64/ext4_x64.efi
    [Install]
    WantedBy=multi-user.target
    and:
    # /etc/systemd/system/refind-update-ext4.service
    [Unit]
    Description=Copy rEFInd ext4 driver to UEFISYS Partition
    [Service]
    Type=oneshot
    ExecStart=/usr/bin/mkdir -p /boot/efi/EFI/arch_refind/drivers_x64
    ExecStart=/usr/bin/cp -f /usr/lib/refind/drivers_x64/ext4_x64.efi /boot/efi/EFI/arch_refind/drivers_x64/ext4_x64.efi
    For the fonts directory:
    # /etc/systemd/system/refind-update-fonts.path
    [Unit]
    Description=Copy rEFInd fonts to UEFISYS Partition
    [Path]
    PathChanged=/usr/share/refind/fonts
    [Install]
    WantedBy=multi-user.target
    and:
    # /etc/systemd/system/refind-update-fonts.service
    [Unit]
    Description=Copy rEFInd fonts to UEFISYS Partition
    [Service]
    Type=oneshot
    ExecStart=/usr/bin/rm -rf /boot/efi/EFI/arch_refind/fonts
    ExecStart=/usr/bin/cp -pr /usr/share/refind/fonts /boot/efi/EFI/arch_refind/fonts
    For the icons directory:
    # /etc/systemd/system/refind-update-icons.path
    [Unit]
    Description=Copy rEFInd icons to UEFISYS Partition
    [Path]
    PathChanged=/usr/share/refind/icons
    [Install]
    WantedBy=multi-user.target
    and:
    # /etc/systemd/system/refind-update-icons.service
    [Unit]
    Description=Copy rEFInd icons to UEFISYS Partition
    [Service]
    Type=oneshot
    ExecStart=/usr/bin/rm -rf /boot/efi/EFI/arch_refind/icons
    ExecStart=/usr/bin/cp -pr /usr/share/refind/icons /boot/efi/EFI/arch_refind/icons
    However, I am still getting errors:
    Gor 09 01:40:58 MyComputer systemd[1]: Stopping Copy rEFInd fonts to UEFISYS Partition.
    Gor 09 01:42:25 MyComputer systemd[1]: Starting Copy rEFInd fonts to UEFISYS Partition.
    Gor 09 02:25:21 MyComputer systemd[1]: Stopping Copy rEFInd fonts to UEFISYS Partition.
    Gor 09 02:25:21 MyComputer systemd[1]: Stopped Copy rEFInd fonts to UEFISYS Partition.
    Gor 09 02:25:21 MyComputer systemd[1]: Stopping Copy rEFInd ext4 driver to UEFISYS Partition.
    Gor 09 02:25:21 MyComputer systemd[1]: Stopped Copy rEFInd ext4 driver to UEFISYS Partition.
    Gor 09 02:25:21 MyComputer systemd[1]: Stopping Copy rEFInd EFI to UEFISYS Partition.
    Gor 09 02:25:21 MyComputer systemd[1]: Stopped Copy rEFInd EFI to UEFISYS Partition.
    Gor 09 02:25:21 MyComputer systemd[1]: Stopping Copy rEFInd icons to UEFISYS Partition.
    Gor 09 02:25:21 MyComputer systemd[1]: Stopped Copy rEFInd icons to UEFISYS Partition.
    Gor 09 02:26:13 MyComputer systemd[1]: Starting Copy rEFInd fonts to UEFISYS Partition.
    Gor 09 02:29:47 MyComputer systemd[1]: Stopping Copy rEFInd fonts to UEFISYS Partition.
    Gor 09 02:29:47 MyComputer systemd[1]: Stopped Copy rEFInd fonts to UEFISYS Partition.
    Gor 09 02:29:47 MyComputer systemd[1]: Stopping Copy rEFInd ext4 driver to UEFISYS Partition.
    Gor 09 02:29:47 MyComputer systemd[1]: Stopped Copy rEFInd ext4 driver to UEFISYS Partition.
    Gor 09 02:29:47 MyComputer systemd[1]: Stopping Copy rEFInd EFI to UEFISYS Partition.
    Gor 09 02:29:47 MyComputer systemd[1]: Stopped Copy rEFInd EFI to UEFISYS Partition.
    Gor 09 02:29:47 MyComputer systemd[1]: Stopping Copy rEFInd icons to UEFISYS Partition.
    Gor 09 02:29:47 MyComputer systemd[1]: Stopped Copy rEFInd icons to UEFISYS Partition.
    <refind is upgraded at 22:24 according to pacman's log>
    Gor 09 22:24:47 MyComputer systemd[1]: Starting Copy rEFInd icons to UEFISYS Partition...
    Gor 09 22:24:48 MyComputer systemd[1]: Starting Copy rEFInd fonts to UEFISYS Partition...
    Gor 09 22:24:48 MyComputer systemd[1]: Started Copy rEFInd icons to UEFISYS Partition.
    Gor 09 22:24:48 MyComputer systemd[1]: Starting Copy rEFInd EFI to UEFISYS Partition...
    Gor 09 22:24:48 MyComputer systemd[1]: Starting Copy rEFInd ext4 driver to UEFISYS Partition...
    Gor 09 22:24:48 MyComputer systemd[1]: Started Copy rEFInd fonts to UEFISYS Partition.
    Gor 09 22:24:48 MyComputer cp[13179]: /usr/bin/cp: cannot stat ‘/usr/lib/refind/drivers_x64/ext4_x64.efi’: No such file or directory
    Gor 09 22:24:48 MyComputer cp[13174]: /usr/bin/cp: cannot stat ‘/usr/lib/refind/refind_x64.efi’: No such file or directory
    Gor 09 22:24:48 MyComputer systemd[1]: refind-update-efi.service: main process exited, code=exited, status=1/FAILURE
    Gor 09 22:24:48 MyComputer systemd[1]: Failed to start Copy rEFInd EFI to UEFISYS Partition.
    Gor 09 22:24:48 MyComputer systemd[1]: Unit refind-update-efi.service entered failed state.
    Gor 09 22:24:48 MyComputer systemd[1]: refind-update-ext4.service: main process exited, code=exited, status=1/FAILURE
    Gor 09 22:24:48 MyComputer systemd[1]: Failed to start Copy rEFInd ext4 driver to UEFISYS Partition.
    Gor 09 22:24:48 MyComputer systemd[1]: Unit refind-update-ext4.service entered failed state.
    Gor 09 22:24:48 MyComputer systemd[1]: Starting Copy rEFInd EFI to UEFISYS Partition...
    Gor 09 22:24:48 MyComputer systemd[1]: Started Copy rEFInd EFI to UEFISYS Partition.
    Gor 09 22:24:48 MyComputer systemd[1]: Starting Copy rEFInd ext4 driver to UEFISYS Partition...
    Gor 09 22:24:48 MyComputer systemd[1]: Started Copy rEFInd ext4 driver to UEFISYS Partition.
    Gor 09 22:24:48 MyComputer systemd[1]: Starting Copy rEFInd icons to UEFISYS Partition...
    Gor 09 22:24:48 MyComputer systemd[1]: Started Copy rEFInd icons to UEFISYS Partition.
    Gor 09 22:24:48 MyComputer systemd[1]: Starting Copy rEFInd icons to UEFISYS Partition...
    Gor 09 22:24:48 MyComputer systemd[1]: Started Copy rEFInd icons to UEFISYS Partition.
    Gor 09 22:24:48 MyComputer systemd[1]: Starting Copy rEFInd icons to UEFISYS Partition...
    Gor 09 22:24:48 MyComputer systemd[1]: Started Copy rEFInd icons to UEFISYS Partition.
    Gor 09 22:24:48 MyComputer systemd[1]: Starting Copy rEFInd icons to UEFISYS Partition...
    Gor 09 22:24:48 MyComputer systemd[1]: Started Copy rEFInd icons to UEFISYS Partition.
    Gor 09 22:24:48 MyComputer systemd[1]: Starting Copy rEFInd icons to UEFISYS Partition...
    Gor 09 22:24:48 MyComputer systemd[1]: refind-update-icons.service start request repeated too quickly, refusing to start.
    Gor 09 22:24:48 MyComputer systemd[1]: Failed to start Copy rEFInd icons to UEFISYS Partition.
    Gor 09 22:24:48 MyComputer systemd[1]: Unit refind-update-icons.service entered failed state.
    Gor 09 22:24:48 MyComputer systemd[1]: Starting Copy rEFInd icons to UEFISYS Partition...
    Gor 09 22:24:48 MyComputer systemd[1]: refind-update-icons.service start request repeated too quickly, refusing to start.
    Gor 09 22:24:48 MyComputer systemd[1]: Failed to start Copy rEFInd icons to UEFISYS Partition.
    Gor 09 22:24:48 MyComputer systemd[1]: Starting Copy rEFInd icons to UEFISYS Partition...
    Gor 09 22:24:48 MyComputer systemd[1]: refind-update-icons.service start request repeated too quickly, refusing to start.
    Gor 09 22:24:48 MyComputer systemd[1]: Failed to start Copy rEFInd icons to UEFISYS Partition.
    Gor 09 22:24:48 MyComputer systemd[1]: Starting Copy rEFInd icons to UEFISYS Partition...
    Gor 09 22:24:48 MyComputer systemd[1]: refind-update-icons.service start request repeated too quickly, refusing to start.
    Gor 09 22:24:48 MyComputer systemd[1]: Failed to start Copy rEFInd icons to UEFISYS Partition.
    Gor 09 22:24:48 MyComputer systemd[1]: Starting Copy rEFInd icons to UEFISYS Partition...
    Gor 09 22:24:48 MyComputer systemd[1]: refind-update-icons.service start request repeated too quickly, refusing to start.
    Gor 09 22:24:48 MyComputer systemd[1]: Failed to start Copy rEFInd icons to UEFISYS Partition.
    Gor 09 22:24:48 MyComputer systemd[1]: Starting Copy rEFInd icons to UEFISYS Partition...
    Gor 09 22:24:48 MyComputer systemd[1]: refind-update-icons.service start request repeated too quickly, refusing to start.
    Gor 09 22:24:48 MyComputer systemd[1]: Failed to start Copy rEFInd icons to UEFISYS Partition.
    Gor 09 22:24:48 MyComputer systemd[1]: Starting Copy rEFInd icons to UEFISYS Partition...
    Gor 09 22:24:48 MyComputer systemd[1]: refind-update-icons.service start request repeated too quickly, refusing to start.
    Gor 09 22:24:48 MyComputer systemd[1]: Failed to start Copy rEFInd icons to UEFISYS Partition.
    Gor 09 22:24:48 MyComputer systemd[1]: Starting Copy rEFInd icons to UEFISYS Partition...
    Gor 09 22:24:48 MyComputer systemd[1]: refind-update-icons.service start request repeated too quickly, refusing to start.
    Gor 09 22:24:48 MyComputer systemd[1]: Failed to start Copy rEFInd icons to UEFISYS Partition.
    Gor 09 22:24:48 MyComputer systemd[1]: Starting Copy rEFInd fonts to UEFISYS Partition...
    Gor 09 22:24:48 MyComputer systemd[1]: Started Copy rEFInd fonts to UEFISYS Partition.
    <reboot to test kernel>
    Gor 10 00:05:41 MyComputer systemd[1]: Stopping Copy rEFInd fonts to UEFISYS Partition.
    Gor 10 00:05:41 MyComputer systemd[1]: Stopped Copy rEFInd fonts to UEFISYS Partition.
    Gor 10 00:05:41 MyComputer systemd[1]: Stopping Copy rEFInd ext4 driver to UEFISYS Partition.
    Gor 10 00:05:41 MyComputer systemd[1]: Stopped Copy rEFInd ext4 driver to UEFISYS Partition.
    Gor 10 00:05:41 MyComputer systemd[1]: Stopping Copy rEFInd EFI to UEFISYS Partition.
    Gor 10 00:05:41 MyComputer systemd[1]: Stopped Copy rEFInd EFI to UEFISYS Partition.
    Gor 10 00:05:41 MyComputer systemd[1]: Stopping Copy rEFInd icons to UEFISYS Partition.
    Gor 10 00:05:41 MyComputer systemd[1]: Stopped Copy rEFInd icons to UEFISYS Partition.
    Gor 10 00:07:22 MyComputer systemd[1]: Starting Copy rEFInd fonts to UEFISYS Partition.
    It seems that systemd is too quick. It notices that something has changed e.g. that /usr/lib/refind/refind_x64.efi has been removed, triggers the service and then finds there is no /usr/lib/refind/refind_x64.efi to copy because the new version has not yet been installed. In the case of the .efi files, the service always seems to somehow manage to get everything into place but in the case of the fonts and icons (icons shown above), it often does not.
    I'm not sure why this happens because I based this on the service file I found the wiki for keeping the kernel and initramfs synced to the ESP. So I would think it should work for at least the single file cases, if not the directories. Indeed my EFI update service syncs the kernel and initramfsx2 to the ESP flawlessly (up to now) even though the .path unit for that includes 3 triggering conditions and the .service and .path files are set up just the same.
    I've read the manual pages for systemd.{path,service,unit} and couldn't see anything obviously helpful although I'm curious about timer units so I looked at the information on those but I guess they are for rather more sophisticated services than mine. I also looked at the wiki for systemd but it does not say anything about this kind of issue.
    Intuitively, I wondered if there is not a clean way of telling systemd to wait until changes to the path have completed before running the service. Obviously I can think of ways to force the service to wait just by using sleep or something but I am sure that that is not the correct way to do it. So I'm pretty sure there is something wrong about the way I've set these up but I am just not seeing what it is. Any hints would be appreciated!

    I have actually modified the refind path/service units somewhat, but it still works flawlessly for me. I usually wait for 2-5 min after pkg updates so that all the changes are synced to EFISYS before I reboot. There are the ones I use currently:
    refind-efi_copy.path
    [Unit]
    Description=Copy rEFInd files to EFI System Partition
    [Path]
    PathChanged=/usr/lib/refind/refind_x64.efi
    PathChanged=/usr/lib/refind/drivers_x64/ext4_x64.efi
    PathChanged=/usr/lib/refind/drivers_x64/btrfs_x64.efi
    PathChanged=/usr/lib/refind/drivers_x64/reiserfs_x64.efi
    PathChanged=/usr/lib/refind/drivers_x64/iso9660_x64.efi
    PathChanged=/usr/lib/refind/drivers_x64/hfs_x64.efi
    PathChanged=/mnt/Source_Codes_Partition/Source_Codes/My_Files/Bootloader_Config_Files/refind_uefi/refind_uefi.conf
    PathChanged=/mnt/Source_Codes_Partition/Source_Codes/My_Files/Bootloader_Config_Files/refind_uefi/refind_uefi_linux.conf
    PathChanged=/mnt/Source_Codes_Partition/Source_Codes/My_Files/Bootloader_Config_Files/refind_uefi/refind_uefi_linux_boot.conf
    PathChanged=/mnt/Source_Codes_Partition/Source_Codes/My_Files/Bootloader_Config_Files/refind_uefi/refind_uefi_archboot.conf
    Unit=refind-efi_copy.service
    [Install]
    WantedBy=multi-user.target
    refind-efi_copy.service
    [Unit]
    Description=Copy rEFInd files to EFI System Partition
    # Requires=efisys.mount
    [Service]
    Type=oneshot
    ExecStart=/usr/bin/cp -f /usr/lib/refind/refind_x64.efi /efisys/EFI/refind/refind_x64.efi
    ExecStart=/usr/bin/sbsign --key /efisys/EFI/tools/efitools/db.key --cert /efisys/EFI/tools/efitools/db.crt --output /efisys/EFI/refind/refind_x64.efi /usr/lib/refind/refind_x64.efi
    ExecStart=/usr/bin/cp -f /usr/lib/refind/drivers_x64/ext4_x64.efi /efisys/EFI/tools/drivers_x64/ext4_x64.efi
    ExecStart=/usr/bin/sbsign --key /efisys/EFI/tools/efitools/db.key --cert /efisys/EFI/tools/efitools/db.crt --output /efisys/EFI/tools/drivers_x64/ext4_x64.efi /usr/lib/refind/drivers_x64/ext4_x64.efi
    ExecStart=/usr/bin/cp -f /usr/lib/refind/drivers_x64/btrfs_x64.efi /efisys/EFI/tools/drivers_x64/btrfs_x64.efi
    ExecStart=/usr/bin/sbsign --key /efisys/EFI/tools/efitools/db.key --cert /efisys/EFI/tools/efitools/db.crt --output /efisys/EFI/tools/drivers_x64/btrfs_x64.efi /usr/lib/refind/drivers_x64/btrfs_x64.efi
    ExecStart=/usr/bin/cp -f /usr/lib/refind/drivers_x64/reiserfs_x64.efi /efisys/EFI/tools/drivers_x64/reiserfs_x64.efi
    ExecStart=/usr/bin/sbsign --key /efisys/EFI/tools/efitools/db.key --cert /efisys/EFI/tools/efitools/db.crt --output /efisys/EFI/tools/drivers_x64/reiserfs_x64.efi /usr/lib/refind/drivers_x64/reiserfs_x64.efi
    ExecStart=/usr/bin/cp -f /usr/lib/refind/drivers_x64/iso9660_x64.efi /efisys/EFI/tools/drivers_x64/iso9660_x64.efi
    ExecStart=/usr/bin/sbsign --key /efisys/EFI/tools/efitools/db.key --cert /efisys/EFI/tools/efitools/db.crt --output /efisys/EFI/tools/drivers_x64/iso9660_x64.efi /usr/lib/refind/drivers_x64/iso9660_x64.efi
    ExecStart=/usr/bin/cp -f /usr/lib/refind/drivers_x64/hfs_x64.efi /efisys/EFI/tools/drivers_x64/hfs_x64.efi
    ExecStart=/usr/bin/sbsign --key /efisys/EFI/tools/efitools/db.key --cert /efisys/EFI/tools/efitools/db.crt --output /efisys/EFI/tools/drivers_x64/hfs_x64.efi /usr/lib/refind/drivers_x64/hfs_x64.efi
    ExecStart=/usr/bin/cp -f /mnt/Source_Codes_Partition/Source_Codes/My_Files/Bootloader_Config_Files/refind_uefi/refind_uefi.conf /efisys/EFI/refind/refind.conf
    ExecStart=/usr/bin/cp -f /mnt/Source_Codes_Partition/Source_Codes/My_Files/Bootloader_Config_Files/refind_uefi/refind_uefi.conf /efisys/EFI/boot/refind.conf
    ExecStart=/usr/bin/cp -f /mnt/Source_Codes_Partition/Source_Codes/My_Files/Bootloader_Config_Files/refind_uefi/refind_uefi_linux.conf /efisys/EFI/arch/core/refind_linux.conf
    ExecStart=/usr/bin/cp -f /mnt/Source_Codes_Partition/Source_Codes/My_Files/Bootloader_Config_Files/refind_uefi/refind_uefi_linux.conf /efisys/EFI/arch/mainline/refind_linux.conf
    ExecStart=/usr/bin/cp -f /mnt/Source_Codes_Partition/Source_Codes/My_Files/Bootloader_Config_Files/refind_uefi/refind_uefi_linux_boot.conf /boot/refind_linux.conf
    ExecStart=/usr/bin/rm -rf /efisys/EFI/refind/icons
    ExecStart=/usr/bin/cp -rf /usr/share/refind/icons /efisys/EFI/refind/icons
    ExecStart=/usr/bin/rm -rf /efisys/EFI/refind/fonts
    ExecStart=/usr/bin/cp -rf /usr/share/refind/fonts /efisys/EFI/refind/fonts
    Last edited by the.ridikulus.rat (2013-07-11 15:16:18)

  • Weird Timing Issue with Custom Javascript Files

    I have attached a static javascript file to my application using the Shared Components...Static Files facility in APEX. This is working. I can call methods in my JavaScript file and they work as expected.
    The issue is that if I ever want to have JavaScript run when the page is loaded, it is as if the javascript is not in place yet when the method is called. For example, I want to set some some style characteristics of a few common fields that occur on more than one page, if I add a button to the page that I click to call the method (and don't select "Fire on Page Load"), this works fine. However, if I do select "Fire on Page Load", the javascript is invalid.
    I have tried After Refresh of the region which seems like it would work but, this event fires before* the javascript is available.
    How can I load the page, including the javascript reference, and then call the javascript method?
    -Joe
    Edited by: Joe Upshaw on Apr 3, 2012 12:49 PM

    WR,
    I think the latter, adding it to the template, sounds like the better solution. (I am using Application Express 4.1.1.00.23 BTW).
    Now for the newbie questions...
    I am trying to figure out exactly where to make this change. So, I had a couple of questions.
    1. I went into Shared Components>Templates. Then, I scrolled down to the section labelled Page. I see that the default checkmark is beside "No Tabs - Right Sidebar" so, I click this and I do indeed find a <HEAD> section defined. Is this where I need to add the reference to the javascript file?
    2. I assume I need to upload the static file to the server. Right now, I have uploaded it via the Shared Components>Static Files selection. When I add it now, I am doing this:
    var headElement = document.getElementsByTagName("head")[0];
    var currentCommonRiskPos = currentHeadHTML.indexOf( 'commonRisk.js', 0 );
    if ( currentCommonRiskPos == -1 )
       var jsRiskCommon = document.createElement( 'script' );
       jsRiskCommon.id = 'commonRisk.js';
       jsRiskCommon.setAttribute( "type","text/javascript" );
       jsRiskCommon.setAttribute("src", "#APP_IMAGES#commonRisk.js" );
       headElement.appendChild(jsRiskCommon);
    }See how I used "#APP_IMAGES#"? I am assuming that this would not work from the page template, correct? For example, in the template currently, I see:
    <script src="#IMAGE_PREFIX#themes/theme_24/js/4_1.js"></script>I am assuimng that I should upload my JS file somewhere in the images folder and reference it in the same way, right? For example:
    <script src="#IMAGE_PREFIX#JoesStuff/js/HellowWorld.js"></script>Does all of this sound correct?
    Thanks,
    -Joe

  • SCCM 2012 PXE issues with Acer Machines?

    Hi,
    I am having a strange issue with PXE trying to build a machine with a Windows 7 Task Sequence.
    Ok here is the synario - I have 2 machines that do not get any offers from PXE - so I get that error No DHCP
    or proxy DHCP offers were received. However if I make a bootable USB key and boot the *same* machines my
    task sequence appears on the menu that I can select. (The task sequence is deployed to PXE and Media BTW).
    Now it gets strange - if I take other machines and put the on the same network cable and F12 them PXE works
    and I get the task sequence presented. So same PXE server - same DHCP server.
    So from my logic I figure if I had a policy type problem then it would not present the task sequence when
    I try the boot usb.
    Both the machines I am having issues with are ACER btw if people know of any know issues. I am starting
    to suspect I have faulty hardware etc. One machine is a Acer Travelmate P633-V Laptop and the other machine is
    Acer Veriton VS6620G desktop.
    Any suggestions on how to resolve this - it seem very strange.
    My environment is SCCM 2012 SP1 btw.
    Is there something I am missing here :)
    Thanks,
    Ward.

    Hi,
    Thanks for all the sugestions. I can confirm that the machines
    when an OS is on them do register the IP addresses with the DHCP/WDS server (same box). Also I can confirm the Unknown computer support is turned on the box in SCCM 2012 on the DP.
    Ok but I did get one working which I can't explain why it works
    the way it does.
    On the notebook if I enable secure boot (UEFI) and boot with PXE
    it works :) It appears the stupid BIOS turns this on but disables
    another setting called "Network Boot" which is crazy. So if
    you turn both on Secure boot enabled and "Network Boot" is on it works.
    Now here is the puzzle that still stumps me - switch this back to
    legacy mode and no go - no PXE. Boot other non UEFI machines and
    they PXE boot.
    The WDS/DHCP/SCCM DP server is Windows 2008 (all on one box) as I understand it does not support UEFI PXE - this is in Windows 2012. I don't think there is an option in SCCM 2012 for it.
    So can somebody offer me a technical explination?
    Is there something else I am missing?
    I still am trying to work out how to get the desktop to UEFI PXE boot if this is possible.
    Thanks,
    Ward

  • Issue with "timing" in Message output of Change PO

    Dear Experts,
    For change PO, We are facing issue with the Timing in message output of PO.
    i.e, For example when we create a PO - the timing in message output is "1"
    after executing ME9F, the message turns GREEN - and still the timing is 1.
    Change PO : NOW WHEN WE CHANGE A PO, a new entry of Message output appears in "YELLOW"
    Here is the issue - Now when we manually change the timing from "3" to "4", initially it appear's "4",
    but if u refer the below screenshot - once we save the application i turns back to 3.
    any idea - why this is happening.
    Thanks in advance.
    Regards,
    Rohit

    Hi,
    1st  make sure  which Dispatch time you want for your PO layout and restrict changing dispatch time manually in PO.
    Now use t.code:NACE, with application EF for your PO message type, Keep Dispatch time 4 in ‘Default values’ TAB  and select check of “CannotBeChanged” in Basis Data TAB and save.
    Maintain message condition record in t.code:MN04 with PO message type and keep Dispatch time 4.
    Now create PO , try to change Dispatch time  and see how system behave!
    Regards,
    Biju K

  • Issue with form based Authentication in three tier sharepoint 2013 environment.

    Hi,
    We are facing issue with form based Authentication in three tier environment.
    We are able to add users to the database and in SharePoint.
    But we are not able to login with created users.
    In single tier everything working fine
    Please help , Its urgent ... Thanks in advance.
    Regards,
    Hari
    Regards, Hari

    if the environments match, then it sounds like a kerberos double-hop issue
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Having issues with Surface Pro 3 downloading boot image over PXE

    Hi,
    We've recently started to buy the new Surface Pro 3 with the new USB 3.0 Gigabit Ethernet adapter and we have some issues deploying them through SCCM. Basically, with the Pro 2 and Fast Ethernet adapter we have no issue at all, of course the deployment is
    a bit longer than on any other computer, but it is still quite faster than the latest Surface.
    We have the new 8.13.414.2014 driver injected in the Win 8.1 boot image for the USB 3.0 Gigabit adapter and all the drivers assigned to the new Surface in SCCM.
    The problem occurs when we try to load the boot image after choosing PXE, it takes more than an hour to load it when it shouldn't take more than 5 minutes.
    I tried rolling back to the old driver (8.6.128.2013) and use the Fast Ethernet adapter, use the Fast Ethernet adapter with the new driver and use the new adapter with the old driver, but it's still slow in any case, so
    I'm pretty sure it has something to do with the new Surface and not the Ethernet adapter.
    Anyone have an idea what could be the problem here? Anyone having issues with Surface Pro 3 and SCCM 2012?

    I would imagine you have upgraded to R2, have you also applied KB2905002. 
    This hasn't got anything to do with the TFTP loading phase of the boot image.
    Similar thread to this can be found here:
    http://social.technet.microsoft.com/Forums/en-US/a6d80714-dc26-43db-a071-93eaee267122/surface-pro-2-surface-ethernet-adapter-super-slow-pxe?forum=configmanagergeneral
    I already asked in that thread the same question, but how about normal PCs that are connected to the same network segment as the Surface devices, do they boot slow also?

  • Vlan tag issue with Nexus 4001 in IBM Blade Centre

    Hi
    I have a DC architecture with a pair of Nexus 7010's running 3 VDC's (Core/Aggregation/Enterprise). I have at the edge Nexus 5548's which connect to back to the Aggregation VDC. Also connecting back to the Aggregation VDC is an IBM Blade Chassis which has a Nexus 4001i in slots 7 and slot 9. These blade servers are running ESXi 4.0 and are mapped to the Nexus 4001 blade switch.
    I had set up the Native VLAN as VLAN 999 which connects up to the ESXi host and I am trunking up multiple VLANS for the Virtual Machines.
    The problem I have is that VM's in all VLANS except the ESXi host VLAN (VLAN 10) cannot see their default gateway, and I suspect that there is an issue with the VLAN tag going up to the ESXi host. I have read enough documentation to suggest that this is where the issue is.
    My Nexus 4001 interface configuration is below
    interface Ethernet1/1
      switchport mode trunk
      switchport trunk native vlan 999
      switchport trunk allowed vlan 10,30,40-41,60-62,90,96,999
      spanning-tree port type edge trunk
      speed auto
    The Aggregation VDC on the Nexus 7010 is the default gateway for all these VLANS.
    I also noted that the Nexus 5000 and Nexus 7000 supports the command vlan dot1q tag native command yet the Nexus 4000 doesn't seem to support this. Any assistance would be useful
    Thanks
    Greg

    Your configuration on the N4K looks correct. You shouldn't use vlan dot1q tag native commands on your N7Ks and N5Ks. Native VLAN tagging is really for QinQ (dot1q tunneling).
    My only suggestion is check your configuration of the vSwitch in the ESXi host and the host network profile.
    Regards,
    jerry

  • Issues with multiple Files with multiple subdbs on a single environment.

    I'm having an issue with Berkeley DB 4.2 on 32-bit platforms, regarding multiple physical files with multiple subdatabases in a single database environment. Specifically, when I open a subdatabase for a physical file, Berkeley DB thinks that it is using the same subdatabase in a different physical file.
    I'm doing the following:
    1. Create and open a db enviornment.
    2. Move file1 to the common area.
    3. Open, get and close the subdatabases in file1.
    4. Move file2 to the common area.
    5. Open, get and close the subdatabases in file2.
    6. remove file2 from the common area
    7. Move file3 to the common area.
    8. Open a subdatabase from file3. About 1/2 the time, the fetches
    return data from file2, not from file3.
    It's possible that at some earlier time (i.e. before step 1 of this
    test case), file1, file2 and file3 were the same file. I noticed
    that there is something called env->fileid_reset, but that is not
    in 4.2.52.
    Any ideas?

    Looks like I've resolved the issue

  • Common issues with BW environment

    Hello Experts,
    could you please mention all teh common issues faced in BW environment with the solution available.
    I have many issues and I wante dto know whether all teh teams face the same.
    This would a good oppurtunity to have everything in one thread.
    Thanks and regards
    meps

    Hi,
    We will have somany issues plz check some of them
    1. DTP Failure
    Select the step-> right click and select “Display Message”-> there we will get the message which gives the reason for ABEND.
    A DTP can failure due to following reasons, in such case we can go for restarting the job.
    System Exception Error
    Request Locked
    ABAP Run time error.
    Duplicate records
    Erroneous Records from PSA.
    Duplicate records:            In case of duplication in the records, we can find it in the error message along with the Info Provider’s name. Before restarting the job after deleting the bad DTP request, we have to handle the duplicate records. Go to the info provider -> DTP step -> Update tab -> check handle duplicate records -> activate -> Execute DTP. After successful competition of the job uncheck the Handle Duplicate records option and activate. DTP Log Run:
    If a DTP is taking log time than the regular run time without having the back ground job, then we have to turn the status of the DTP into Red and then delete the DTP bad request (If any), repeat the step or restart the job.
    Before restarting the Job/ repeating the DTP step, make sure about the reason for failure.
    If the failure is due to “Space Issue” in the F fact table, engage the DBA team and also BASIS team and explain them the issue. Table size needs to be increased before performing any action in BW. It’ll be done by DBA Team. After increasing the space in the F fact table we can restart the job.
    Erroneous Records from PSA:      When ever a DTP fails because of erroneous records while fetching the data from PSA to Data Target, in such cases data needs to be changed in the ECC. If it is not possible, then after getting the approval from the business, we can edit the Erroneous records in PSA and then we have to run the DTP. Go to PSA -> select request -> select error records -> edit the records and save.Then run the DTP. 2.      INFO PACKAGE FAILURE: The following are the reasons for Info Pack failure.
    Source System Connection failure
    tRFC/IDOC failure
    Communication Issues
    Processing the IDOC Manually in BI
    Check the source system connection with the help of SAP BASIS, if it is not fine ask them to rebuild the connection. After that restart the job (Info Pack).
    Go to RSA1 -> select source system -> System -> Connection check.
    In case of any failed tRFC’s/IDOC’s, the error message will be like “Error in writing the partition number DP2” or “Caller 01, 02 errors”. In such case reprocess the tRFC/IDOC with the help of SAP BASIS, and then job will finish successfully.
    If the data is loading from the source system to DSO directly, then delete the bad request in the PSA table, then restart the job
    Info Pack Long Run: If an info pack is running long, then check whether the job is finished at source system or not. If it is finished, then check whether any tRFC/IDOC struck/Failed with the help of SAP BASIS. Even after reprocessing the tRFC, if the job is in yellow status then turn the status into “Red”. Now restart / repeat the step. After completion of the job force complete.
    Before turning the status to Red/Green, make sure whether the load is of Full/Delta and also the time stamp is properly verified.
    Time Stamp Verification:
    Select Info Package-> Process Monitor -> Header -> Select Request -> Go to source System (Header->Source System) -> Sm37-> give the request and check the status of the request in the source system -> If it is in active, then we have to check whether there any struck/failed tRFC’s/IDOC’s If the request is in Cancelled status in Source system -> Check the Info Pack status in BW system -> If IP status is also in failed state/cancelled state -> Check the data load type (FULL or DELTA) -> if the status is full then we can turn the Info Package status red and then we can repeat/restart the Info package/job. -> If the load is of Delta type then we have to go RSA7 in source system-> (Compare the last updated time in Source System SM37 back ground job)) Check the time stamp -> If the time stamp in RSA7 is matching then turn the Info Package status to Red -> Restart the job. It’ll fetch the data in the next iterationIf the time stamp is not updated in RSA7 -> Turn the status into Green -> Restart the job. It’ll fetch the data in the next iteration.
    Source System
    BW System
    Source System RSA7
    Source System SM37
    Action
    I/P Status RED(Cancelled)
    I/P Status (Active)
    Time stamp matching with SM37 last updated time
    Time stamp matching with RSA7 time stamp
    Turn the I/P Status into Red and Restart the Job
    I/P Status RED(Cancelled)
    I/P Status (Cancelled)
    Time stamp matching with SM37 last updated time
    Time stamp matching with RSA7 time stamp
    Turn the I/P Status into Red and Restart the Job
    I/P Status RED(Cancelled)
    I/P Status (Active)
    Time stamp is not  matching with SM37 last updated time
    Time stamp is not matching with RSA7 time stamp
    Turn the I/P status into Green and Restart the job
    I/P Status RED(Cancelled)
    I/P Status (Cancelled)
    Time stamp is not  matching with SM37 last updated time
    Time stamp is not matching with RSA7 time stamp
    Turn the I/P status into Green and Restart the job
    Processing the IDOC Manually in BI:
    When there is an IDOC which is stuck in the BW and successfully completed the background job in the source system, in such cases we can process the IDOC manually in the BW. Go to Info Package -> Process Monitor -> Details -> select the IDOC which is in yellow status(stuck) -> Right click -> Process the IDOC manually -> it’ll take some time to get processed.******Make sure that we can process the IDOC in BW only when the back ground job is completed in the source system and stuck in the BW only.   3.      DSO Activation Failure: When there is a failure in DSO activation step, check whether the data is loading to DSO from PSA or from the source system directly. If the data is loading to DSO from PSA, then activate the DSO manually as follows
    Right click DSO Activation Step -> Target Administration -> Select the latest request in DSO -> select Activate -> after request turned to green status, Restart the job.
    If the data is loading directly from the source system to DSO, then delete the bad request in the PSA table, then restart the job
    4.      Failure in Drop Index/ Compression step: When there is a failure in Drop Index/ compression step, check the Error Message. If it is failed due to “Lock Issue”, it means job failed because of the parallel process or action which we have performed on that particular cube or object. Before restarting the job, make sure whether the object is unlocked or not. There is a chance of failure in Index step in case of TREX server issues. In such cases engage BASIS team and get the info reg TREX server and repeat/ Restart the job once the server is fixed. Compression Job may fail when there is any other job which is trying to load the data or accessing from the Cube. In such case job fails with the error message as “Locked by ......” Before restarting the job, make sure whether the object is unlocked or not.   5. Roll Up failure: “Roll Up” fails due to Contention Issue. When there is Master Data load is in progress, there is a chance of Roll up failure due to resource contention. In such case before restarting the job/ step, make sure whether the master data load is completed or not. Once the master data load finishes restart the job.   6. Change Run – Job finishes with error RSM 756       When there is a failure in the attribute change run due to Contention, we have to wait for the other job (Attribute change run) completion. Only one ACR can run in BW at a time. Once the other ACR job is completed, then we can restart/repeat the job. We can also run the ACR manually in case of nay failures. Go to RSA1-> Tool -> Apply Hierarchy/Change Run -> select the appropriate Request in the list for which we have to run ACR -> Execute. 7. Transformation In-active: In case of any changes in the production/moved to the production without saving properly or any modification done in the transformation without changing, in such cases there is a possibility of Load failure with the error message as “ Failure due to Transformation In active”. In such cases, we will have to activate the Transformation which is inactive. Go to RSA1 -> select the transformation -> Activate In case of no authorization for activating the transformation in production system, we can do it by using the Function Module - RSDG_TRFN_ACTIVATE Try the following steps to use the program "RSDG_TRFN_ACTIVATE” here you will need to enter certain details:Transformation ID: Transformation’s Tech Name (ID)Object Status: ACTType of Source: “Source Name”Source name: “Source Tech Name”Type of Target: Target NameTarget name: “Target Tech Name”
    Execute. The Transformation status will be turned into Active.
    Then we can restart the job. Job will be completed successfully.
         8. Process Chain Started from the yesterday’s failed step:
    In few instances, process chain starts from the step which was failed in the previous iteration instead of starting from the “Start” step.
    In such cases we will have to delete the previous day’s process chain log, to start the chain form the beginning (from Start variant).
    Go To ST13-> Select the Process Chain -> Log -> Delete.
    Or we can use Function Module for Process Chain Log Deletion: RSPROCESS_LOG_DELETE.
    Give the log id of the process chain, which we can get from the ST13 screen.
    Then we can restart the chain.
    Turning the Process Chain Status using Function Module:
    At times, when there is no progress in any of the process chains which is running for a long time without any progress, we will have to turn the status of the entire chain/Particular step by using the Function Module.
    Function Module: RSPC_PROCESS_FINISH
    The program "RSPC_PROCESS_FINISH" for making the status of a particular process as finished.
    To turn any DTP load which was running long, so please try the following steps to use the program "RSPC_PROCESS_FINISH" here you need to enter the following details:
    LOG ID: this id will be the id of the parent chain.
    CHAIN: here you will need to enter the chain name which has failed process.
    TYPE: Type of failed step can be found out by checking the table "RSPCPROCESSLOG" via "SE16" or "ZSE16" by entering the Variant & Instance of the failed step. The table "RSPCPROCESSLOG" can be used to find out various details regarding a particular process.
    INSTANCE & VARIANT: Instance & Variant name can be found out by right clicking on the failed step and then by checking the "Displaying Messages Options" of the failed step & then checking the chain tab.
    STATE: State is used to identify the overall state of the process. Below given are the various states for a step.
    R Ended with errors
    G Successfully completed
    F Completed
    A Active
    X Canceled
    P Planned
    S Skipped at restart
    Q Released
    Y Ready
    Undefined
    J Framework Error upon Completion (e.g. follow-on job missing)
    9. Hierarchy save Failure:
    When there a failure in Hierarchy Save, then we have to follow the below process...
    If there is an issue with Hierarchy save, we will have to schedule the Info packages associated with the Hierarchies manually. Then we have to run Attribute Change Run to update the changes to the associated Targets. Please find the below mentioned the step by step process...
    ST13-> Select Failed Process Chain -> Select Hierarchy Save Step -> Rt click Display Variant -> Select the info package in the hierarchy -> Go to RSA! -> Run the Info Package Manually -> Tools -> Run Hierarchy/Attribute Change Run -> Select Hierarchy List (Here you can find the List of Hierarchies) -> Execute.

  • PXE Boot issues with Latitude E5450.

    Our SCCM 2012 is SP1 and it does not  support Windows 8.1.
    I had tried to capture the OS through network but there were issues connecting and smsts.log indicated share not reachable. Hence, I captured the OS in the D:\ of the machine.
    Now after creating TS and deploying the OSD machine boots to PXE and starts to download boot image files and instantly restarts to Windows. I have performed below steps..
    1. Got the network drivers and updated the boot image with the same
    2. Checked the BIOS settings and time is updated correctly
    3. Used an old boot image that was used to capture another model laptop with Windows 8.1 and still same issue.
    Getting the below errors in smsts.log
    uExitCode == 0, HRESULT=80004005 (e:\nts_sccm_release\sms\server\pxe\tspxe\tspxe.cpp,185)
    TSPxe 3/26/2015 6:29:17 PM
    792 (0x0318)
    Failed to download pxe variable file. Code(0x00000001)
    TSPxe 3/26/2015 6:29:17 PM
    792 (0x0318)
    PxeGetPxeData failed with 0x80004005 TSPxe
    3/26/2015 6:29:17 PM 792 (0x0318)
    HRESULT_FROM_WIN32(dwError), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstraputil.cpp,1416)
    TSPxe 3/26/2015 6:29:17 PM
    792 (0x0318)
    TSMBootstrapUtil::PxeGetPxeData(&bPxeBooted, sVariablesFile, sPxePasswd), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,2623)
    TSPxe 3/26/2015 6:29:17 PM
    792 (0x0318)
    oTSMediaWizardControl.Run( sMediaRoot, true, sTSLaunchMode ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstrap.cpp,1078)
    TSPxe 3/26/2015 6:29:17 PM
    792 (0x0318)
    Execute( eExecutionEnv, sConfigPath, sTSXMLFile, uBootCount, &uExitCode ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstrap.cpp,1183)
    TSPxe 3/26/2015 6:29:17 PM
    792 (0x0318)
    Exiting with return code 0x80004005 TSPxe
    3/26/2015 6:29:17 PM 792 (0x0318)
    Any advise would be helpful..

    Our issue with the Latitude E5450 ended up being due to a boot image that wasn't being properly updated and/or pointed to during the task sequence set up.  There also seemed to be some strangeness with the replication because the WIM file listed on
    the server file system was showing as, for example, boot.XXXX.XXXX.wim (double name).  As a result, when we would update the boot image with the correct NIC driver, the system was still pointing to, for example, boot.XXXX.wim.
    We ended up re-creating the boot image from scratch using our base boot.wim image and using the 19.2.0.0/12.12.50.4 driver version for the I218-LM NIC, found at the download link below.  If you recreate the boot image, don't forget to re-add all of the
    NIC drivers, redistribute the boot image, and change which boot image your Task Sequence will be pointing to.
    http://www (dot) dell (dot) com/support/article/us/en/19/SLN294178/EN

  • PXE boot issues with Windows Deployment Services

    I am trying to move from FOG to WDS after running in to serious UEFI issues with FOG.Right now I'm stuck with machines PXE booting to WDS server.I keep getting the message ProxyDHCP service didn't reply to request on port 4011.WDS and DHCP are on different servers. There are plenty of IP addresses available, and they are on the same subnet. I did originally configure DHCP option 60, but deleted that option after troubleshooting. I have configured Windows Firewall to allow inbound and outbound connections on UDP ports 67-69 and 4011 on both DHCP server and WDS server. I have also tried just using IP address in DHCP option 66. As for option 67, I don't even know the right bootfile name to use at this point, figured I'd tackle that if I ever get past this error message.I have tried restarting the WDS service several times, as well as the...
    This topic first appeared in the Spiceworks Community

    After working with many companies in their Office 365 Change Management and End User Adoption strategies, we’ve found that companies who make it fun have very high success rates. So what can you to make it fun?Host an Office 365 Showcase.We’ve helped companies produceOffice 365 Showcases, which have a lively, trade show flair. Kiosks are set up in a cafeteria, meeting room or other convenient location. Hosting each kiosk is a departmental Office 365 Power User who demonstrates a unique aspect of the software to everyone who stops by.Read more about how to make Office 365 Change Management and End User Adoption Fun

Maybe you are looking for